Shades of Fuego #BBDB30
Tints of Fuego #BBDB30
RGB
CMYK
RGB Variations
Color information
#BBDB30 (or 0xBBDB30) is known color: Fuego. HEX triplet: BB, DB and 30. RGB value is (187,219,48). Sum of RGB (Red+Green+Blue) = 187+219+48=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB30 is #4424CF. Grayscale: #BEBEBE. Windows color (decimal): -4465872 or 3201979. OLE color: 3201979.
HSL color Cylindrical-coordinate representation of color #BBDB30: hue angle of 71.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDB30 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 48 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.14 |
| HSL | 71.23º | 0.7% | 0.52% | - |
| HSV(B) | 71.23º | 0.78% | 0.86% | - |
| XYZ | 46.36 | 61.44 | 12.21 | - |
| YUV | 189.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 48 | 0.15 | 0 | 0.78 | 0.14 | 71.23 | 0.7 | 0.52 |
| Hex | BB | DB | 30 | F | 0 | 4E | E | 47 | 46 | 34 |
| Octal | 273 | 333 | 60 | 17 | 0 | 116 | 16 | 107 | 106 | 64 |
| Binary | 10111011 | 11011011 | 110000 | 1111 | 0 | 1001110 | 1110 | 1000111 | 1000110 | 110100 |
Color Harmonies of #BBDB30
Complementary color
Monochromatic Colors of #BBDB30
Black with #BBDB30
Text Example
Text Example
White with #BBDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB30; }
p { color: rgb(187,219,48); }
H1.HeaderClassName
{
color: #BBDB30;
}
.AnyTagClassName
{
color: #BBDB30;
}
</style>
background-color css
<style>
a { background-color: #BBDB30; }
a { background-color: rgb(187,219,48); }
div.DivClassName
{
background-color: #BBDB30;
}
.BgClassName
{
background-color: #BBDB30;
}
</style>
border-color css
<style>
span { border-color: #BBDB30; }
span { border-color: rgb(187,219,48); }
td.TdClassName
{
border-color: #BBDB30;
}
.TagClassName
{
border-color: #BBDB30;
}
</style>