Shades of Fuego #BBC930
Tints of Fuego #BBC930
RGB
CMYK
RGB Variations
Color information
#BBC930 (or 0xBBC930) is known color: Fuego. HEX triplet: BB, C9 and 30. RGB value is (187,201,48). Sum of RGB (Red+Green+Blue) = 187+201+48=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC930 is #4436CF. Grayscale: #B3B3B3. Windows color (decimal): -4470480 or 3197371. OLE color: 3197371.
HSL color Cylindrical-coordinate representation of color #BBC930: hue angle of 65.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC930 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 48 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.21 |
| HSL | 65.49º | 0.61% | 0.49% | - |
| HSV(B) | 65.49º | 0.76% | 0.79% | - |
| XYZ | 41.91 | 52.55 | 10.73 | - |
| YUV | 179.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 48 | 0.07 | 0 | 0.76 | 0.21 | 65.49 | 0.61 | 0.49 |
| Hex | BB | C9 | 30 | 7 | 0 | 4C | 15 | 41 | 3D | 31 |
| Octal | 273 | 311 | 60 | 7 | 0 | 114 | 25 | 101 | 75 | 61 |
| Binary | 10111011 | 11001001 | 110000 | 111 | 0 | 1001100 | 10101 | 1000001 | 111101 | 110001 |
Color Harmonies of #BBC930
Complementary color
Monochromatic Colors of #BBC930
Black with #BBC930
Text Example
Text Example
White with #BBC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC930; }
p { color: rgb(187,201,48); }
H1.HeaderClassName
{
color: #BBC930;
}
.AnyTagClassName
{
color: #BBC930;
}
</style>
background-color css
<style>
a { background-color: #BBC930; }
a { background-color: rgb(187,201,48); }
div.DivClassName
{
background-color: #BBC930;
}
.BgClassName
{
background-color: #BBC930;
}
</style>
border-color css
<style>
span { border-color: #BBC930; }
span { border-color: rgb(187,201,48); }
td.TdClassName
{
border-color: #BBC930;
}
.TagClassName
{
border-color: #BBC930;
}
</style>