Shades of Fuego #BBCC28
Tints of Fuego #BBCC28
RGB
CMYK
RGB Variations
Color information
#BBCC28 (or 0xBBCC28) is known color: Fuego. HEX triplet: BB, CC and 28. RGB value is (187,204,40). Sum of RGB (Red+Green+Blue) = 187+204+40=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC28 is #4433D7. Grayscale: #B4B4B4. Windows color (decimal): -4469720 or 2673851. OLE color: 2673851.
HSL color Cylindrical-coordinate representation of color #BBCC28: hue angle of 66.22º 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 #BBCC28 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 40 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.2 |
| HSL | 66.22º | 0.67% | 0.48% | - |
| HSV(B) | 66.22º | 0.8% | 0.8% | - |
| XYZ | 42.47 | 53.9 | 10.17 | - |
| YUV | 180.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 40 | 0.08 | 0 | 0.80 | 0.2 | 66.22 | 0.67 | 0.48 |
| Hex | BB | CC | 28 | 8 | 0 | 50 | 14 | 42 | 43 | 30 |
| Octal | 273 | 314 | 50 | 10 | 0 | 120 | 24 | 102 | 103 | 60 |
| Binary | 10111011 | 11001100 | 101000 | 1000 | 0 | 1010000 | 10100 | 1000010 | 1000011 | 110000 |
Color Harmonies of #BBCC28
Complementary color
Monochromatic Colors of #BBCC28
Black with #BBCC28
Text Example
Text Example
White with #BBCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC28; }
p { color: rgb(187,204,40); }
H1.HeaderClassName
{
color: #BBCC28;
}
.AnyTagClassName
{
color: #BBCC28;
}
</style>
background-color css
<style>
a { background-color: #BBCC28; }
a { background-color: rgb(187,204,40); }
div.DivClassName
{
background-color: #BBCC28;
}
.BgClassName
{
background-color: #BBCC28;
}
</style>
border-color css
<style>
span { border-color: #BBCC28; }
span { border-color: rgb(187,204,40); }
td.TdClassName
{
border-color: #BBCC28;
}
.TagClassName
{
border-color: #BBCC28;
}
</style>