#B4CC37

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

Shades of Fuego #B4CC37

Tints of Fuego #B4CC37

Color information

#B4CC37 (or 0xB4CC37) is unknown color: approx Fuego. HEX triplet: B4, CC and 37. RGB value is (180,204,55). Sum of RGB (Red+Green+Blue) = 180+204+55=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC37 is #4B33C8. Grayscale: #B4B4B4. Windows color (decimal): -4928457 or 3656884. OLE color: 3656884.

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

Color convert

RGB18020455-
CMYK0.1200.730.2
HSL69.66º59.36%50.78%-
HSV(B)69.66º73.04%80%-
XYZ41.153.1611.71-
YUV179.8457.55128.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 55 (21.88% from 255) = 12.53%
R=41.00%
G=46.47%
B=12.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204550.1200.730.269.6659.3650.78
HexB4CC37C04914463b33
Octal26431467140111241067363
Binary1011010011001100110111110001001001101001000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC37; }

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

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

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

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

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

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

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

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