Shades of Fuego #BBDA33
Tints of Fuego #BBDA33
RGB
CMYK
RGB Variations
Color information
#BBDA33 (or 0xBBDA33) is known color: Fuego. HEX triplet: BB, DA and 33. RGB value is (187,218,51). Sum of RGB (Red+Green+Blue) = 187+218+51=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA33 is #4425CC. Grayscale: #BEBEBE. Windows color (decimal): -4466125 or 3398331. OLE color: 3398331.
HSL color Cylindrical-coordinate representation of color #BBDA33: hue angle of 71.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBDA33 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 51 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.15 |
| HSL | 71.14º | 0.69% | 0.53% | - |
| HSV(B) | 71.14º | 0.77% | 0.85% | - |
| XYZ | 46.16 | 60.95 | 12.46 | - |
| YUV | 189.69 | 49.73 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 51 | 0.14 | 0 | 0.77 | 0.15 | 71.14 | 0.69 | 0.53 |
| Hex | BB | DA | 33 | E | 0 | 4D | F | 47 | 45 | 35 |
| Octal | 273 | 332 | 63 | 16 | 0 | 115 | 17 | 107 | 105 | 65 |
| Binary | 10111011 | 11011010 | 110011 | 1110 | 0 | 1001101 | 1111 | 1000111 | 1000101 | 110101 |
Color Harmonies of #BBDA33
Complementary color
Monochromatic Colors of #BBDA33
Black with #BBDA33
Text Example
Text Example
White with #BBDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA33; }
p { color: rgb(187,218,51); }
H1.HeaderClassName
{
color: #BBDA33;
}
.AnyTagClassName
{
color: #BBDA33;
}
</style>
background-color css
<style>
a { background-color: #BBDA33; }
a { background-color: rgb(187,218,51); }
div.DivClassName
{
background-color: #BBDA33;
}
.BgClassName
{
background-color: #BBDA33;
}
</style>
border-color css
<style>
span { border-color: #BBDA33; }
span { border-color: rgb(187,218,51); }
td.TdClassName
{
border-color: #BBDA33;
}
.TagClassName
{
border-color: #BBDA33;
}
</style>