Shades of Fuego #BBD52F
Tints of Fuego #BBD52F
RGB
CMYK
RGB Variations
Color information
#BBD52F (or 0xBBD52F) is known color: Fuego. HEX triplet: BB, D5 and 2F. RGB value is (187,213,47). Sum of RGB (Red+Green+Blue) = 187+213+47=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD52F is #442AD0. Grayscale: #BABABA. Windows color (decimal): -4467409 or 3134907. OLE color: 3134907.
HSL color Cylindrical-coordinate representation of color #BBD52F: hue angle of 69.4º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBD52F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 47 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.16 |
| HSL | 69.4º | 0.66% | 0.51% | - |
| HSV(B) | 69.4º | 0.78% | 0.84% | - |
| XYZ | 44.8 | 58.36 | 11.59 | - |
| YUV | 186.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 47 | 0.12 | 0 | 0.78 | 0.16 | 69.4 | 0.66 | 0.51 |
| Hex | BB | D5 | 2F | C | 0 | 4E | 10 | 45 | 42 | 33 |
| Octal | 273 | 325 | 57 | 14 | 0 | 116 | 20 | 105 | 102 | 63 |
| Binary | 10111011 | 11010101 | 101111 | 1100 | 0 | 1001110 | 10000 | 1000101 | 1000010 | 110011 |
Color Harmonies of #BBD52F
Complementary color
Monochromatic Colors of #BBD52F
Black with #BBD52F
Text Example
Text Example
White with #BBD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD52F; }
p { color: rgb(187,213,47); }
H1.HeaderClassName
{
color: #BBD52F;
}
.AnyTagClassName
{
color: #BBD52F;
}
</style>
background-color css
<style>
a { background-color: #BBD52F; }
a { background-color: rgb(187,213,47); }
div.DivClassName
{
background-color: #BBD52F;
}
.BgClassName
{
background-color: #BBD52F;
}
</style>
border-color css
<style>
span { border-color: #BBD52F; }
span { border-color: rgb(187,213,47); }
td.TdClassName
{
border-color: #BBD52F;
}
.TagClassName
{
border-color: #BBD52F;
}
</style>