Shades of Fuego #BBDA28
Tints of Fuego #BBDA28
RGB
CMYK
RGB Variations
Color information
#BBDA28 (or 0xBBDA28) is known color: Fuego. HEX triplet: BB, DA and 28. RGB value is (187,218,40). Sum of RGB (Red+Green+Blue) = 187+218+40=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA28 is #4425D7. Grayscale: #BDBDBD. Windows color (decimal): -4466136 or 2677435. OLE color: 2677435.
HSL color Cylindrical-coordinate representation of color #BBDA28: hue angle of 70.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBDA28 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 40 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.15 |
| HSL | 70.45º | 0.71% | 0.51% | - |
| HSV(B) | 70.45º | 0.82% | 0.85% | - |
| XYZ | 45.95 | 60.86 | 11.33 | - |
| YUV | 188.44 | 44.23 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 40 | 0.14 | 0 | 0.82 | 0.15 | 70.45 | 0.71 | 0.51 |
| Hex | BB | DA | 28 | E | 0 | 52 | F | 46 | 47 | 33 |
| Octal | 273 | 332 | 50 | 16 | 0 | 122 | 17 | 106 | 107 | 63 |
| Binary | 10111011 | 11011010 | 101000 | 1110 | 0 | 1010010 | 1111 | 1000110 | 1000111 | 110011 |
Color Harmonies of #BBDA28
Complementary color
Monochromatic Colors of #BBDA28
Black with #BBDA28
Text Example
Text Example
White with #BBDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA28; }
p { color: rgb(187,218,40); }
H1.HeaderClassName
{
color: #BBDA28;
}
.AnyTagClassName
{
color: #BBDA28;
}
</style>
background-color css
<style>
a { background-color: #BBDA28; }
a { background-color: rgb(187,218,40); }
div.DivClassName
{
background-color: #BBDA28;
}
.BgClassName
{
background-color: #BBDA28;
}
</style>
border-color css
<style>
span { border-color: #BBDA28; }
span { border-color: rgb(187,218,40); }
td.TdClassName
{
border-color: #BBDA28;
}
.TagClassName
{
border-color: #BBDA28;
}
</style>