#B1D432

Color #B1D432 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B1D432

Tints of Fuego #B1D432

Color information

#B1D432 (or 0xB1D432) is unknown color: approx Fuego. HEX triplet: B1, D4 and 32. RGB value is (177,212,50). Sum of RGB (Red+Green+Blue) = 177+212+50=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D432 is #4E2BCD. Grayscale: #B7B7B7. Windows color (decimal): -5123022 or 3331249. OLE color: 3331249.

HSL color Cylindrical-coordinate representation of color #B1D432: hue angle of 72.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1D432 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB17721250-
CMYK0.1700.760.17
HSL72.96º65.32%51.37%-
HSV(B)72.96º76.42%83.14%-
XYZ42.2556.6611.73-
YUV183.0752.9123.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 212 (83.20% from 255) = 48.29%
BLUE value IS 50 (19.92% from 255) = 11.39%
R=40.32%
G=48.29%
B=11.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177212500.1700.760.1772.9665.3251.37
HexB1D4321104C11494133
Octal261324622101142111110163
Binary101100011101010011001010001010011001000110010011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D432; }

 p { color: rgb(177,212,50); }

 H1.HeaderClassName
 {
   color: #B1D432;
 }
 .AnyTagClassName
 {
   color: #B1D432;
 }
</style>
background-color css

<style>
 a { background-color: #B1D432; }

 a { background-color: rgb(177,212,50); }

 div.DivClassName
 {
   background-color: #B1D432;
 }
 .BgClassName
 {
   background-color: #B1D432;
 }
</style>
border-color css

<style>
 span { border-color: #B1D432; }

 span { border-color: rgb(177,212,50); }

 td.TdClassName
 {
   border-color: #B1D432;
 }
 .TagClassName
 {
   border-color: #B1D432;
 }
</style>