#B4CB37

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

Shades of Fuego #B4CB37

Tints of Fuego #B4CB37

Color information

#B4CB37 (or 0xB4CB37) is unknown color: approx Fuego. HEX triplet: B4, CB and 37. RGB value is (180,203,55). Sum of RGB (Red+Green+Blue) = 180+203+55=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB37 is #4B34C8. Grayscale: #B3B3B3. Windows color (decimal): -4928713 or 3656628. OLE color: 3656628.

HSL color Cylindrical-coordinate representation of color #B4CB37: hue angle of 69.32º 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 #B4CB37 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB18020355-
CMYK0.1100.730.20
HSL69.32º58.73%50.59%-
HSV(B)69.32º72.91%79.61%-
XYZ40.8752.6911.63-
YUV179.2557.88128.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 55 (21.88% from 255) = 12.56%
R=41.10%
G=46.35%
B=12.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203550.1100.730.2069.3258.7350.59
HexB4CB37B04914453b33
Octal26431367130111241057363
Binary1011010011001011110111101101001001101001000101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB37; }

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

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

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

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

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

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

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

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