Shades of Fuego #BBC82D
Tints of Fuego #BBC82D
RGB
CMYK
RGB Variations
Color information
#BBC82D (or 0xBBC82D) is known color: Fuego. HEX triplet: BB, C8 and 2D. RGB value is (187,200,45). Sum of RGB (Red+Green+Blue) = 187+200+45=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC82D is #4437D2. Grayscale: #B3B3B3. Windows color (decimal): -4470739 or 3000507. OLE color: 3000507.
HSL color Cylindrical-coordinate representation of color #BBC82D: hue angle of 65.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC82D is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 45 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.22 |
| HSL | 65.03º | 0.63% | 0.48% | - |
| HSV(B) | 65.03º | 0.78% | 0.78% | - |
| XYZ | 41.62 | 52.06 | 10.34 | - |
| YUV | 178.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 45 | 0.06 | 0 | 0.78 | 0.22 | 65.03 | 0.63 | 0.48 |
| Hex | BB | C8 | 2D | 6 | 0 | 4E | 16 | 41 | 3F | 30 |
| Octal | 273 | 310 | 55 | 6 | 0 | 116 | 26 | 101 | 77 | 60 |
| Binary | 10111011 | 11001000 | 101101 | 110 | 0 | 1001110 | 10110 | 1000001 | 111111 | 110000 |
Color Harmonies of #BBC82D
Complementary color
Monochromatic Colors of #BBC82D
Black with #BBC82D
Text Example
Text Example
White with #BBC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC82D; }
p { color: rgb(187,200,45); }
H1.HeaderClassName
{
color: #BBC82D;
}
.AnyTagClassName
{
color: #BBC82D;
}
</style>
background-color css
<style>
a { background-color: #BBC82D; }
a { background-color: rgb(187,200,45); }
div.DivClassName
{
background-color: #BBC82D;
}
.BgClassName
{
background-color: #BBC82D;
}
</style>
border-color css
<style>
span { border-color: #BBC82D; }
span { border-color: rgb(187,200,45); }
td.TdClassName
{
border-color: #BBC82D;
}
.TagClassName
{
border-color: #BBC82D;
}
</style>