Shades of Fuego #B9CC2A
Tints of Fuego #B9CC2A
RGB
CMYK
RGB Variations
Color information
#B9CC2A (or 0xB9CC2A) is known color: Fuego. HEX triplet: B9, CC and 2A. RGB value is (185,204,42). Sum of RGB (Red+Green+Blue) = 185+204+42=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC2A is #4633D5. Grayscale: #B4B4B4. Windows color (decimal): -4600790 or 2804921. OLE color: 2804921.
HSL color Cylindrical-coordinate representation of color #B9CC2A: hue angle of 67.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9CC2A is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 42 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.2 |
| HSL | 67.04º | 0.66% | 0.48% | - |
| HSV(B) | 67.04º | 0.79% | 0.8% | - |
| XYZ | 42.02 | 53.67 | 10.33 | - |
| YUV | 179.85 | 50.21 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 42 | 0.09 | 0 | 0.79 | 0.2 | 67.04 | 0.66 | 0.48 |
| Hex | B9 | CC | 2A | 9 | 0 | 4F | 14 | 43 | 42 | 30 |
| Octal | 271 | 314 | 52 | 11 | 0 | 117 | 24 | 103 | 102 | 60 |
| Binary | 10111001 | 11001100 | 101010 | 1001 | 0 | 1001111 | 10100 | 1000011 | 1000010 | 110000 |
Color Harmonies of #B9CC2A
Complementary color
Monochromatic Colors of #B9CC2A
Black with #B9CC2A
Text Example
Text Example
White with #B9CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC2A; }
p { color: rgb(185,204,42); }
H1.HeaderClassName
{
color: #B9CC2A;
}
.AnyTagClassName
{
color: #B9CC2A;
}
</style>
background-color css
<style>
a { background-color: #B9CC2A; }
a { background-color: rgb(185,204,42); }
div.DivClassName
{
background-color: #B9CC2A;
}
.BgClassName
{
background-color: #B9CC2A;
}
</style>
border-color css
<style>
span { border-color: #B9CC2A; }
span { border-color: rgb(185,204,42); }
td.TdClassName
{
border-color: #B9CC2A;
}
.TagClassName
{
border-color: #B9CC2A;
}
</style>