Shades of Fuego #BBDB24
Tints of Fuego #BBDB24
RGB
CMYK
RGB Variations
Color information
#BBDB24 (or 0xBBDB24) is known color: Fuego. HEX triplet: BB, DB and 24. RGB value is (187,219,36). Sum of RGB (Red+Green+Blue) = 187+219+36=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB24 is #4424DB. Grayscale: #BDBDBD. Windows color (decimal): -4465884 or 2415547. OLE color: 2415547.
HSL color Cylindrical-coordinate representation of color #BBDB24: hue angle of 70.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBDB24 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 36 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.14 |
| HSL | 70.49º | 0.72% | 0.5% | - |
| HSV(B) | 70.49º | 0.84% | 0.86% | - |
| XYZ | 46.14 | 61.36 | 11.08 | - |
| YUV | 188.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 36 | 0.15 | 0 | 0.84 | 0.14 | 70.49 | 0.72 | 0.5 |
| Hex | BB | DB | 24 | F | 0 | 54 | E | 46 | 48 | 32 |
| Octal | 273 | 333 | 44 | 17 | 0 | 124 | 16 | 106 | 110 | 62 |
| Binary | 10111011 | 11011011 | 100100 | 1111 | 0 | 1010100 | 1110 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BBDB24
Complementary color
Monochromatic Colors of #BBDB24
Black with #BBDB24
Text Example
Text Example
White with #BBDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB24; }
p { color: rgb(187,219,36); }
H1.HeaderClassName
{
color: #BBDB24;
}
.AnyTagClassName
{
color: #BBDB24;
}
</style>
background-color css
<style>
a { background-color: #BBDB24; }
a { background-color: rgb(187,219,36); }
div.DivClassName
{
background-color: #BBDB24;
}
.BgClassName
{
background-color: #BBDB24;
}
</style>
border-color css
<style>
span { border-color: #BBDB24; }
span { border-color: rgb(187,219,36); }
td.TdClassName
{
border-color: #BBDB24;
}
.TagClassName
{
border-color: #BBDB24;
}
</style>