Shades of Fuego #BBC72D
Tints of Fuego #BBC72D
RGB
CMYK
RGB Variations
Color information
#BBC72D (or 0xBBC72D) is known color: Fuego. HEX triplet: BB, C7 and 2D. RGB value is (187,199,45). Sum of RGB (Red+Green+Blue) = 187+199+45=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC72D is #4438D2. Grayscale: #B2B2B2. Windows color (decimal): -4470995 or 3000251. OLE color: 3000251.
HSL color Cylindrical-coordinate representation of color #BBC72D: hue angle of 64.68º 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 #BBC72D is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 199 | 45 | - |
CMYK | 0.06 | 0 | 0.77 | 0.22 |
HSL | 64.68º | 0.63% | 0.48% | - |
HSV(B) | 64.68º | 0.77% | 0.78% | - |
XYZ | 41.39 | 51.6 | 10.26 | - |
YUV | 177.86 | 53.02 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 45 | 0.06 | 0 | 0.77 | 0.22 | 64.68 | 0.63 | 0.48 |
Hex | BB | C7 | 2D | 6 | 0 | 4D | 16 | 41 | 3F | 30 |
Octal | 273 | 307 | 55 | 6 | 0 | 115 | 26 | 101 | 77 | 60 |
Binary | 10111011 | 11000111 | 101101 | 110 | 0 | 1001101 | 10110 | 1000001 | 111111 | 110000 |
Color Harmonies of #BBC72D
Complementary color
Monochromatic Colors of #BBC72D
Black with #BBC72D
Text Example
Text Example
White with #BBC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC72D; }
p { color: rgb(187,199,45); }
H1.HeaderClassName
{
color: #BBC72D;
}
.AnyTagClassName
{
color: #BBC72D;
}
</style>
background-color css
<style>
a { background-color: #BBC72D; }
a { background-color: rgb(187,199,45); }
div.DivClassName
{
background-color: #BBC72D;
}
.BgClassName
{
background-color: #BBC72D;
}
</style>
border-color css
<style>
span { border-color: #BBC72D; }
span { border-color: rgb(187,199,45); }
td.TdClassName
{
border-color: #BBC72D;
}
.TagClassName
{
border-color: #BBC72D;
}
</style>