Shades of Fuego #BBDB23
Tints of Fuego #BBDB23
RGB
CMYK
RGB Variations
Color information
#BBDB23 (or 0xBBDB23) is known color: Fuego. HEX triplet: BB, DB and 23. RGB value is (187,219,35). Sum of RGB (Red+Green+Blue) = 187+219+35=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB23 is #4424DC. Grayscale: #BDBDBD. Windows color (decimal): -4465885 or 2350011. OLE color: 2350011.
HSL color Cylindrical-coordinate representation of color #BBDB23: hue angle of 70.43º 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 #BBDB23 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 35 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.14 |
| HSL | 70.43º | 0.72% | 0.5% | - |
| HSV(B) | 70.43º | 0.84% | 0.86% | - |
| XYZ | 46.13 | 61.35 | 11 | - |
| YUV | 188.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 35 | 0.15 | 0 | 0.84 | 0.14 | 70.43 | 0.72 | 0.5 |
| Hex | BB | DB | 23 | F | 0 | 54 | E | 46 | 48 | 32 |
| Octal | 273 | 333 | 43 | 17 | 0 | 124 | 16 | 106 | 110 | 62 |
| Binary | 10111011 | 11011011 | 100011 | 1111 | 0 | 1010100 | 1110 | 1000110 | 1001000 | 110010 |
Color Harmonies of #BBDB23
Complementary color
Monochromatic Colors of #BBDB23
Black with #BBDB23
Text Example
Text Example
White with #BBDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB23; }
p { color: rgb(187,219,35); }
H1.HeaderClassName
{
color: #BBDB23;
}
.AnyTagClassName
{
color: #BBDB23;
}
</style>
background-color css
<style>
a { background-color: #BBDB23; }
a { background-color: rgb(187,219,35); }
div.DivClassName
{
background-color: #BBDB23;
}
.BgClassName
{
background-color: #BBDB23;
}
</style>
border-color css
<style>
span { border-color: #BBDB23; }
span { border-color: rgb(187,219,35); }
td.TdClassName
{
border-color: #BBDB23;
}
.TagClassName
{
border-color: #BBDB23;
}
</style>