#B9D236

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

Shades of Fuego #B9D236

Tints of Fuego #B9D236

Color information

#B9D236 (or 0xB9D236) is unknown color: approx Fuego. HEX triplet: B9, D2 and 36. RGB value is (185,210,54). Sum of RGB (Red+Green+Blue) = 185+210+54=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D236 is #462DC9. Grayscale: #B9B9B9. Windows color (decimal): -4599242 or 3592889. OLE color: 3592889.

HSL color Cylindrical-coordinate representation of color #B9D236: hue angle of 69.62º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9D236 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB18521054-
CMYK0.1200.740.18
HSL69.62º63.41%51.76%-
HSV(B)69.62º74.29%82.35%-
XYZ43.7256.6712.12-
YUV184.7454.22128.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 210 (82.42% from 255) = 46.77%
BLUE value IS 54 (21.48% from 255) = 12.03%
R=41.20%
G=46.77%
B=12.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185210540.1200.740.1869.6263.4151.76
HexB9D236C04A12463f34
Octal27132266140112221067764
Binary1011100111010010110110110001001010100101000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D236; }

 p { color: rgb(185,210,54); }

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

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

 a { background-color: rgb(185,210,54); }

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

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

 span { border-color: rgb(185,210,54); }

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