Shades of Fuego #BBDA26
Tints of Fuego #BBDA26
RGB
CMYK
RGB Variations
Color information
#BBDA26 (or 0xBBDA26) is known color: Fuego. HEX triplet: BB, DA and 26. RGB value is (187,218,38). Sum of RGB (Red+Green+Blue) = 187+218+38=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA26 is #4425D9. Grayscale: #BCBCBC. Windows color (decimal): -4466138 or 2546363. OLE color: 2546363.
HSL color Cylindrical-coordinate representation of color #BBDA26: hue angle of 70.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBDA26 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 38 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.15 |
| HSL | 70.33º | 0.71% | 0.5% | - |
| HSV(B) | 70.33º | 0.83% | 0.85% | - |
| XYZ | 45.91 | 60.85 | 11.16 | - |
| YUV | 188.21 | 43.23 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 38 | 0.14 | 0 | 0.83 | 0.15 | 70.33 | 0.71 | 0.5 |
| Hex | BB | DA | 26 | E | 0 | 53 | F | 46 | 47 | 32 |
| Octal | 273 | 332 | 46 | 16 | 0 | 123 | 17 | 106 | 107 | 62 |
| Binary | 10111011 | 11011010 | 100110 | 1110 | 0 | 1010011 | 1111 | 1000110 | 1000111 | 110010 |
Color Harmonies of #BBDA26
Complementary color
Monochromatic Colors of #BBDA26
Black with #BBDA26
Text Example
Text Example
White with #BBDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA26; }
p { color: rgb(187,218,38); }
H1.HeaderClassName
{
color: #BBDA26;
}
.AnyTagClassName
{
color: #BBDA26;
}
</style>
background-color css
<style>
a { background-color: #BBDA26; }
a { background-color: rgb(187,218,38); }
div.DivClassName
{
background-color: #BBDA26;
}
.BgClassName
{
background-color: #BBDA26;
}
</style>
border-color css
<style>
span { border-color: #BBDA26; }
span { border-color: rgb(187,218,38); }
td.TdClassName
{
border-color: #BBDA26;
}
.TagClassName
{
border-color: #BBDA26;
}
</style>