Shades of Fuego #BBDB28
Tints of Fuego #BBDB28
RGB
CMYK
RGB Variations
Color information
#BBDB28 (or 0xBBDB28) is known color: Fuego. HEX triplet: BB, DB and 28. RGB value is (187,219,40). Sum of RGB (Red+Green+Blue) = 187+219+40=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB28 is #4424D7. Grayscale: #BDBDBD. Windows color (decimal): -4465880 or 2677691. OLE color: 2677691.
HSL color Cylindrical-coordinate representation of color #BBDB28: hue angle of 70.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBDB28 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 40 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.14 |
| HSL | 70.73º | 0.71% | 0.51% | - |
| HSV(B) | 70.73º | 0.82% | 0.86% | - |
| XYZ | 46.21 | 61.38 | 11.42 | - |
| YUV | 189.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 40 | 0.15 | 0 | 0.82 | 0.14 | 70.73 | 0.71 | 0.51 |
| Hex | BB | DB | 28 | F | 0 | 52 | E | 47 | 47 | 33 |
| Octal | 273 | 333 | 50 | 17 | 0 | 122 | 16 | 107 | 107 | 63 |
| Binary | 10111011 | 11011011 | 101000 | 1111 | 0 | 1010010 | 1110 | 1000111 | 1000111 | 110011 |
Color Harmonies of #BBDB28
Complementary color
Monochromatic Colors of #BBDB28
Black with #BBDB28
Text Example
Text Example
White with #BBDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB28; }
p { color: rgb(187,219,40); }
H1.HeaderClassName
{
color: #BBDB28;
}
.AnyTagClassName
{
color: #BBDB28;
}
</style>
background-color css
<style>
a { background-color: #BBDB28; }
a { background-color: rgb(187,219,40); }
div.DivClassName
{
background-color: #BBDB28;
}
.BgClassName
{
background-color: #BBDB28;
}
</style>
border-color css
<style>
span { border-color: #BBDB28; }
span { border-color: rgb(187,219,40); }
td.TdClassName
{
border-color: #BBDB28;
}
.TagClassName
{
border-color: #BBDB28;
}
</style>