#B4CA37

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

Shades of Fuego #B4CA37

Tints of Fuego #B4CA37

Color information

#B4CA37 (or 0xB4CA37) is unknown color: approx Fuego. HEX triplet: B4, CA and 37. RGB value is (180,202,55). Sum of RGB (Red+Green+Blue) = 180+202+55=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA37 is #4B35C8. Grayscale: #B3B3B3. Windows color (decimal): -4928969 or 3656372. OLE color: 3656372.

HSL color Cylindrical-coordinate representation of color #B4CA37: hue angle of 68.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4CA37 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB18020255-
CMYK0.1100.730.21
HSL68.98º58.1%50.39%-
HSV(B)68.98º72.77%79.22%-
XYZ40.6352.2211.55-
YUV178.6658.21128.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 55 (21.88% from 255) = 12.59%
R=41.19%
G=46.22%
B=12.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202550.1100.730.2168.9858.150.39
HexB4CA37B04915453a32
Octal26431267130111251057262
Binary1011010011001010110111101101001001101011000101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA37; }

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

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

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

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

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

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

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

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