Shades of Fuego #BBDA32
Tints of Fuego #BBDA32
RGB
CMYK
RGB Variations
Color information
#BBDA32 (or 0xBBDA32) is known color: Fuego. HEX triplet: BB, DA and 32. RGB value is (187,218,50). Sum of RGB (Red+Green+Blue) = 187+218+50=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA32 is #4425CD. Grayscale: #BEBEBE. Windows color (decimal): -4466126 or 3332795. OLE color: 3332795.
HSL color Cylindrical-coordinate representation of color #BBDA32: hue angle of 71.07º 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 #BBDA32 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 50 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.15 |
| HSL | 71.07º | 0.69% | 0.53% | - |
| HSV(B) | 71.07º | 0.77% | 0.85% | - |
| XYZ | 46.14 | 60.94 | 12.35 | - |
| YUV | 189.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 50 | 0.14 | 0 | 0.77 | 0.15 | 71.07 | 0.69 | 0.53 |
| Hex | BB | DA | 32 | E | 0 | 4D | F | 47 | 45 | 35 |
| Octal | 273 | 332 | 62 | 16 | 0 | 115 | 17 | 107 | 105 | 65 |
| Binary | 10111011 | 11011010 | 110010 | 1110 | 0 | 1001101 | 1111 | 1000111 | 1000101 | 110101 |
Color Harmonies of #BBDA32
Complementary color
Monochromatic Colors of #BBDA32
Black with #BBDA32
Text Example
Text Example
White with #BBDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA32; }
p { color: rgb(187,218,50); }
H1.HeaderClassName
{
color: #BBDA32;
}
.AnyTagClassName
{
color: #BBDA32;
}
</style>
background-color css
<style>
a { background-color: #BBDA32; }
a { background-color: rgb(187,218,50); }
div.DivClassName
{
background-color: #BBDA32;
}
.BgClassName
{
background-color: #BBDA32;
}
</style>
border-color css
<style>
span { border-color: #BBDA32; }
span { border-color: rgb(187,218,50); }
td.TdClassName
{
border-color: #BBDA32;
}
.TagClassName
{
border-color: #BBDA32;
}
</style>