Shades of Fuego #BBCC2A
Tints of Fuego #BBCC2A
RGB
CMYK
RGB Variations
Color information
#BBCC2A (or 0xBBCC2A) is known color: Fuego. HEX triplet: BB, CC and 2A. RGB value is (187,204,42). Sum of RGB (Red+Green+Blue) = 187+204+42=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC2A is #4433D5. Grayscale: #B5B5B5. Windows color (decimal): -4469718 or 2804923. OLE color: 2804923.
HSL color Cylindrical-coordinate representation of color #BBCC2A: hue angle of 66.3º 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 #BBCC2A is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 42 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.2 |
| HSL | 66.3º | 0.66% | 0.48% | - |
| HSV(B) | 66.3º | 0.79% | 0.8% | - |
| XYZ | 42.5 | 53.92 | 10.36 | - |
| YUV | 180.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 42 | 0.08 | 0 | 0.79 | 0.2 | 66.3 | 0.66 | 0.48 |
| Hex | BB | CC | 2A | 8 | 0 | 4F | 14 | 42 | 42 | 30 |
| Octal | 273 | 314 | 52 | 10 | 0 | 117 | 24 | 102 | 102 | 60 |
| Binary | 10111011 | 11001100 | 101010 | 1000 | 0 | 1001111 | 10100 | 1000010 | 1000010 | 110000 |
Color Harmonies of #BBCC2A
Complementary color
Monochromatic Colors of #BBCC2A
Black with #BBCC2A
Text Example
Text Example
White with #BBCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC2A; }
p { color: rgb(187,204,42); }
H1.HeaderClassName
{
color: #BBCC2A;
}
.AnyTagClassName
{
color: #BBCC2A;
}
</style>
background-color css
<style>
a { background-color: #BBCC2A; }
a { background-color: rgb(187,204,42); }
div.DivClassName
{
background-color: #BBCC2A;
}
.BgClassName
{
background-color: #BBCC2A;
}
</style>
border-color css
<style>
span { border-color: #BBCC2A; }
span { border-color: rgb(187,204,42); }
td.TdClassName
{
border-color: #BBCC2A;
}
.TagClassName
{
border-color: #BBCC2A;
}
</style>