#B2CB37

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

Shades of Fuego #B2CB37

Tints of Fuego #B2CB37

Color information

#B2CB37 (or 0xB2CB37) is unknown color: approx Fuego. HEX triplet: B2, CB and 37. RGB value is (178,203,55). Sum of RGB (Red+Green+Blue) = 178+203+55=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB37 is #4D34C8. Grayscale: #B3B3B3. Windows color (decimal): -5059785 or 3656626. OLE color: 3656626.

HSL color Cylindrical-coordinate representation of color #B2CB37: hue angle of 70.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2CB37 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB17820355-
CMYK0.1200.730.20
HSL70.14º58.73%50.59%-
HSV(B)70.14º72.91%79.61%-
XYZ40.4152.4511.61-
YUV178.6558.22127.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 55 (21.88% from 255) = 12.61%
R=40.83%
G=46.56%
B=12.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178203550.1200.730.2070.1458.7350.59
HexB2CB37C04914463b33
Octal26231367140111241067363
Binary1011001011001011110111110001001001101001000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB37; }

 p { color: rgb(178,203,55); }

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

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

 a { background-color: rgb(178,203,55); }

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

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

 span { border-color: rgb(178,203,55); }

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