Shades of Fuego #BBCA2C
Tints of Fuego #BBCA2C
RGB
CMYK
RGB Variations
Color information
#BBCA2C (or 0xBBCA2C) is known color: Fuego. HEX triplet: BB, CA and 2C. RGB value is (187,202,44). Sum of RGB (Red+Green+Blue) = 187+202+44=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA2C is #4435D3. Grayscale: #B4B4B4. Windows color (decimal): -4470228 or 2935483. OLE color: 2935483.
HSL color Cylindrical-coordinate representation of color #BBCA2C: hue angle of 65.7º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBCA2C is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 44 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.21 |
| HSL | 65.7º | 0.64% | 0.48% | - |
| HSV(B) | 65.7º | 0.78% | 0.79% | - |
| XYZ | 42.07 | 52.99 | 10.39 | - |
| YUV | 179.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 44 | 0.07 | 0 | 0.78 | 0.21 | 65.7 | 0.64 | 0.48 |
| Hex | BB | CA | 2C | 7 | 0 | 4E | 15 | 42 | 40 | 30 |
| Octal | 273 | 312 | 54 | 7 | 0 | 116 | 25 | 102 | 100 | 60 |
| Binary | 10111011 | 11001010 | 101100 | 111 | 0 | 1001110 | 10101 | 1000010 | 1000000 | 110000 |
Color Harmonies of #BBCA2C
Complementary color
Monochromatic Colors of #BBCA2C
Black with #BBCA2C
Text Example
Text Example
White with #BBCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA2C; }
p { color: rgb(187,202,44); }
H1.HeaderClassName
{
color: #BBCA2C;
}
.AnyTagClassName
{
color: #BBCA2C;
}
</style>
background-color css
<style>
a { background-color: #BBCA2C; }
a { background-color: rgb(187,202,44); }
div.DivClassName
{
background-color: #BBCA2C;
}
.BgClassName
{
background-color: #BBCA2C;
}
</style>
border-color css
<style>
span { border-color: #BBCA2C; }
span { border-color: rgb(187,202,44); }
td.TdClassName
{
border-color: #BBCA2C;
}
.TagClassName
{
border-color: #BBCA2C;
}
</style>