Shades of Fuego #BBC62D
Tints of Fuego #BBC62D
RGB
CMYK
RGB Variations
Color information
#BBC62D (or 0xBBC62D) is known color: Fuego. HEX triplet: BB, C6 and 2D. RGB value is (187,198,45). Sum of RGB (Red+Green+Blue) = 187+198+45=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC62D is #4439D2. Grayscale: #B1B1B1. Windows color (decimal): -4471251 or 2999995. OLE color: 2999995.
HSL color Cylindrical-coordinate representation of color #BBC62D: hue angle of 64.31º 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 #BBC62D is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 45 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.22 |
| HSL | 64.31º | 0.63% | 0.48% | - |
| HSV(B) | 64.31º | 0.77% | 0.78% | - |
| XYZ | 41.16 | 51.14 | 10.18 | - |
| YUV | 177.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 45 | 0.06 | 0 | 0.77 | 0.22 | 64.31 | 0.63 | 0.48 |
| Hex | BB | C6 | 2D | 6 | 0 | 4D | 16 | 40 | 3F | 30 |
| Octal | 273 | 306 | 55 | 6 | 0 | 115 | 26 | 100 | 77 | 60 |
| Binary | 10111011 | 11000110 | 101101 | 110 | 0 | 1001101 | 10110 | 1000000 | 111111 | 110000 |
Color Harmonies of #BBC62D
Complementary color
Monochromatic Colors of #BBC62D
Black with #BBC62D
Text Example
Text Example
White with #BBC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC62D; }
p { color: rgb(187,198,45); }
H1.HeaderClassName
{
color: #BBC62D;
}
.AnyTagClassName
{
color: #BBC62D;
}
</style>
background-color css
<style>
a { background-color: #BBC62D; }
a { background-color: rgb(187,198,45); }
div.DivClassName
{
background-color: #BBC62D;
}
.BgClassName
{
background-color: #BBC62D;
}
</style>
border-color css
<style>
span { border-color: #BBC62D; }
span { border-color: rgb(187,198,45); }
td.TdClassName
{
border-color: #BBC62D;
}
.TagClassName
{
border-color: #BBC62D;
}
</style>