Shades of Fuego #BBD024
Tints of Fuego #BBD024
RGB
CMYK
RGB Variations
Color information
#BBD024 (or 0xBBD024) is known color: Fuego. HEX triplet: BB, D0 and 24. RGB value is (187,208,36). Sum of RGB (Red+Green+Blue) = 187+208+36=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD024 is #442FDB. Grayscale: #B6B6B6. Windows color (decimal): -4468700 or 2412731. OLE color: 2412731.
HSL color Cylindrical-coordinate representation of color #BBD024: hue angle of 67.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD024 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 36 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.18 |
| HSL | 67.33º | 0.7% | 0.48% | - |
| HSV(B) | 67.33º | 0.83% | 0.82% | - |
| XYZ | 43.37 | 55.8 | 10.15 | - |
| YUV | 182.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 36 | 0.10 | 0 | 0.83 | 0.18 | 67.33 | 0.7 | 0.48 |
| Hex | BB | D0 | 24 | A | 0 | 53 | 12 | 43 | 46 | 30 |
| Octal | 273 | 320 | 44 | 12 | 0 | 123 | 22 | 103 | 106 | 60 |
| Binary | 10111011 | 11010000 | 100100 | 1010 | 0 | 1010011 | 10010 | 1000011 | 1000110 | 110000 |
Color Harmonies of #BBD024
Complementary color
Monochromatic Colors of #BBD024
Black with #BBD024
Text Example
Text Example
White with #BBD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD024; }
p { color: rgb(187,208,36); }
H1.HeaderClassName
{
color: #BBD024;
}
.AnyTagClassName
{
color: #BBD024;
}
</style>
background-color css
<style>
a { background-color: #BBD024; }
a { background-color: rgb(187,208,36); }
div.DivClassName
{
background-color: #BBD024;
}
.BgClassName
{
background-color: #BBD024;
}
</style>
border-color css
<style>
span { border-color: #BBD024; }
span { border-color: rgb(187,208,36); }
td.TdClassName
{
border-color: #BBD024;
}
.TagClassName
{
border-color: #BBD024;
}
</style>