Shades of Fuego #BBDE22
Tints of Fuego #BBDE22
RGB
CMYK
RGB Variations
Color information
#BBDE22 (or 0xBBDE22) is known color: Fuego. HEX triplet: BB, DE and 22. RGB value is (187,222,34). Sum of RGB (Red+Green+Blue) = 187+222+34=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE22 is #4421DD. Grayscale: #BEBEBE. Windows color (decimal): -4465118 or 2285243. OLE color: 2285243.
HSL color Cylindrical-coordinate representation of color #BBDE22: hue angle of 71.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBDE22 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 34 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.13 |
| HSL | 71.17º | 0.74% | 0.5% | - |
| HSV(B) | 71.17º | 0.85% | 0.87% | - |
| XYZ | 46.9 | 62.92 | 11.19 | - |
| YUV | 190.1 | 39.9 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 34 | 0.16 | 0 | 0.85 | 0.13 | 71.17 | 0.74 | 0.5 |
| Hex | BB | DE | 22 | 10 | 0 | 55 | D | 47 | 4A | 32 |
| Octal | 273 | 336 | 42 | 20 | 0 | 125 | 15 | 107 | 112 | 62 |
| Binary | 10111011 | 11011110 | 100010 | 10000 | 0 | 1010101 | 1101 | 1000111 | 1001010 | 110010 |
Color Harmonies of #BBDE22
Complementary color
Monochromatic Colors of #BBDE22
Black with #BBDE22
Text Example
Text Example
White with #BBDE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE22; }
p { color: rgb(187,222,34); }
H1.HeaderClassName
{
color: #BBDE22;
}
.AnyTagClassName
{
color: #BBDE22;
}
</style>
background-color css
<style>
a { background-color: #BBDE22; }
a { background-color: rgb(187,222,34); }
div.DivClassName
{
background-color: #BBDE22;
}
.BgClassName
{
background-color: #BBDE22;
}
</style>
border-color css
<style>
span { border-color: #BBDE22; }
span { border-color: rgb(187,222,34); }
td.TdClassName
{
border-color: #BBDE22;
}
.TagClassName
{
border-color: #BBDE22;
}
</style>