#B9CD37

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

Shades of Fuego #B9CD37

Tints of Fuego #B9CD37

Color information

#B9CD37 (or 0xB9CD37) is unknown color: approx Fuego. HEX triplet: B9, CD and 37. RGB value is (185,205,55). Sum of RGB (Red+Green+Blue) = 185+205+55=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD37 is #4632C8. Grayscale: #B6B6B6. Windows color (decimal): -4600521 or 3657145. OLE color: 3657145.

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

Color convert

RGB18520555-
CMYK0.1000.730.20
HSL68º60%50.98%-
HSV(B)68º73.17%80.39%-
XYZ42.5354.2511.84-
YUV181.9256.37130.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 55 (21.88% from 255) = 12.36%
R=41.57%
G=46.07%
B=12.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185205550.1000.730.20686050.98
HexB9CD37A04914443c33
Octal27131567120111241047463
Binary1011100111001101110111101001001001101001000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD37; }

 p { color: rgb(185,205,55); }

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

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

 a { background-color: rgb(185,205,55); }

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

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

 span { border-color: rgb(185,205,55); }

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