Shades of Fuego #B9CC28
Tints of Fuego #B9CC28
RGB
CMYK
RGB Variations
Color information
#B9CC28 (or 0xB9CC28) is known color: Fuego. HEX triplet: B9, CC and 28. RGB value is (185,204,40). Sum of RGB (Red+Green+Blue) = 185+204+40=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC28 is #4633D7. Grayscale: #B4B4B4. Windows color (decimal): -4600792 or 2673849. OLE color: 2673849.
HSL color Cylindrical-coordinate representation of color #B9CC28: hue angle of 66.95º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9CC28 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 40 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.2 |
| HSL | 66.95º | 0.67% | 0.48% | - |
| HSV(B) | 66.95º | 0.8% | 0.8% | - |
| XYZ | 41.98 | 53.65 | 10.15 | - |
| YUV | 179.62 | 49.21 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 40 | 0.09 | 0 | 0.80 | 0.2 | 66.95 | 0.67 | 0.48 |
| Hex | B9 | CC | 28 | 9 | 0 | 50 | 14 | 43 | 43 | 30 |
| Octal | 271 | 314 | 50 | 11 | 0 | 120 | 24 | 103 | 103 | 60 |
| Binary | 10111001 | 11001100 | 101000 | 1001 | 0 | 1010000 | 10100 | 1000011 | 1000011 | 110000 |
Color Harmonies of #B9CC28
Complementary color
Monochromatic Colors of #B9CC28
Black with #B9CC28
Text Example
Text Example
White with #B9CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC28; }
p { color: rgb(185,204,40); }
H1.HeaderClassName
{
color: #B9CC28;
}
.AnyTagClassName
{
color: #B9CC28;
}
</style>
background-color css
<style>
a { background-color: #B9CC28; }
a { background-color: rgb(185,204,40); }
div.DivClassName
{
background-color: #B9CC28;
}
.BgClassName
{
background-color: #B9CC28;
}
</style>
border-color css
<style>
span { border-color: #B9CC28; }
span { border-color: rgb(185,204,40); }
td.TdClassName
{
border-color: #B9CC28;
}
.TagClassName
{
border-color: #B9CC28;
}
</style>