#B9CD32

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

Shades of Fuego #B9CD32

Tints of Fuego #B9CD32

Color information

#B9CD32 (or 0xB9CD32) is unknown color: approx Fuego. HEX triplet: B9, CD and 32. RGB value is (185,205,50). Sum of RGB (Red+Green+Blue) = 185+205+50=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD32 is #4632CD. Grayscale: #B5B5B5. Windows color (decimal): -4600526 or 3329465. OLE color: 3329465.

HSL color Cylindrical-coordinate representation of color #B9CD32: hue angle of 67.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9CD32 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB18520550-
CMYK0.1000.760.20
HSL67.74º60.78%50%-
HSV(B)67.74º75.61%80.39%-
XYZ42.4154.2111.25-
YUV181.3553.87130.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 50 (19.92% from 255) = 11.36%
R=42.05%
G=46.59%
B=11.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185205500.1000.760.2067.7460.7850
HexB9CD32A04C14443d32
Octal27131562120114241047562
Binary1011100111001101110010101001001100101001000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD32; }

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

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

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

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

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

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

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

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