Shades of Fuego #BBDA2F
Tints of Fuego #BBDA2F
RGB
CMYK
RGB Variations
Color information
#BBDA2F (or 0xBBDA2F) is known color: Fuego. HEX triplet: BB, DA and 2F. RGB value is (187,218,47). Sum of RGB (Red+Green+Blue) = 187+218+47=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA2F is #4425D0. Grayscale: #BDBDBD. Windows color (decimal): -4466129 or 3136187. OLE color: 3136187.
HSL color Cylindrical-coordinate representation of color #BBDA2F: hue angle of 70.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDA2F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 47 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.15 |
| HSL | 70.88º | 0.7% | 0.52% | - |
| HSV(B) | 70.88º | 0.78% | 0.85% | - |
| XYZ | 46.08 | 60.91 | 12.02 | - |
| YUV | 189.24 | 47.73 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 47 | 0.14 | 0 | 0.78 | 0.15 | 70.88 | 0.7 | 0.52 |
| Hex | BB | DA | 2F | E | 0 | 4E | F | 47 | 46 | 34 |
| Octal | 273 | 332 | 57 | 16 | 0 | 116 | 17 | 107 | 106 | 64 |
| Binary | 10111011 | 11011010 | 101111 | 1110 | 0 | 1001110 | 1111 | 1000111 | 1000110 | 110100 |
Color Harmonies of #BBDA2F
Complementary color
Monochromatic Colors of #BBDA2F
Black with #BBDA2F
Text Example
Text Example
White with #BBDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA2F; }
p { color: rgb(187,218,47); }
H1.HeaderClassName
{
color: #BBDA2F;
}
.AnyTagClassName
{
color: #BBDA2F;
}
</style>
background-color css
<style>
a { background-color: #BBDA2F; }
a { background-color: rgb(187,218,47); }
div.DivClassName
{
background-color: #BBDA2F;
}
.BgClassName
{
background-color: #BBDA2F;
}
</style>
border-color css
<style>
span { border-color: #BBDA2F; }
span { border-color: rgb(187,218,47); }
td.TdClassName
{
border-color: #BBDA2F;
}
.TagClassName
{
border-color: #BBDA2F;
}
</style>