Shades of Fuego #BBC034
Tints of Fuego #BBC034
RGB
CMYK
RGB Variations
Color information
#BBC034 (or 0xBBC034) is known color: Fuego. HEX triplet: BB, C0 and 34. RGB value is (187,192,52). Sum of RGB (Red+Green+Blue) = 187+192+52=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC034 is #443FCB. Grayscale: #AFAFAF. Windows color (decimal): -4472780 or 3457211. OLE color: 3457211.
HSL color Cylindrical-coordinate representation of color #BBC034: hue angle of 62.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBC034 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 52 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.25 |
| HSL | 62.14º | 0.57% | 0.48% | - |
| HSV(B) | 62.14º | 0.73% | 0.75% | - |
| XYZ | 39.96 | 48.51 | 10.51 | - |
| YUV | 174.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 52 | 0.03 | 0 | 0.73 | 0.25 | 62.14 | 0.57 | 0.48 |
| Hex | BB | C0 | 34 | 3 | 0 | 49 | 19 | 3E | 39 | 30 |
| Octal | 273 | 300 | 64 | 3 | 0 | 111 | 31 | 76 | 71 | 60 |
| Binary | 10111011 | 11000000 | 110100 | 11 | 0 | 1001001 | 11001 | 111110 | 111001 | 110000 |
Color Harmonies of #BBC034
Complementary color
Monochromatic Colors of #BBC034
Black with #BBC034
Text Example
Text Example
White with #BBC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC034; }
p { color: rgb(187,192,52); }
H1.HeaderClassName
{
color: #BBC034;
}
.AnyTagClassName
{
color: #BBC034;
}
</style>
background-color css
<style>
a { background-color: #BBC034; }
a { background-color: rgb(187,192,52); }
div.DivClassName
{
background-color: #BBC034;
}
.BgClassName
{
background-color: #BBC034;
}
</style>
border-color css
<style>
span { border-color: #BBC034; }
span { border-color: rgb(187,192,52); }
td.TdClassName
{
border-color: #BBC034;
}
.TagClassName
{
border-color: #BBC034;
}
</style>