Shades of Fuego #BBDF32
Tints of Fuego #BBDF32
RGB
CMYK
RGB Variations
Color information
#BBDF32 (or 0xBBDF32) is known color: Fuego. HEX triplet: BB, DF and 32. RGB value is (187,223,50). Sum of RGB (Red+Green+Blue) = 187+223+50=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF32 is #4420CD. Grayscale: #C1C1C1. Windows color (decimal): -4464846 or 3334075. OLE color: 3334075.
HSL color Cylindrical-coordinate representation of color #BBDF32: hue angle of 72.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDF32 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 50 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.13 |
| HSL | 72.49º | 0.73% | 0.54% | - |
| HSV(B) | 72.49º | 0.78% | 0.87% | - |
| XYZ | 47.46 | 63.57 | 12.79 | - |
| YUV | 192.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 50 | 0.16 | 0 | 0.78 | 0.13 | 72.49 | 0.73 | 0.54 |
| Hex | BB | DF | 32 | 10 | 0 | 4E | D | 48 | 49 | 36 |
| Octal | 273 | 337 | 62 | 20 | 0 | 116 | 15 | 110 | 111 | 66 |
| Binary | 10111011 | 11011111 | 110010 | 10000 | 0 | 1001110 | 1101 | 1001000 | 1001001 | 110110 |
Color Harmonies of #BBDF32
Complementary color
Monochromatic Colors of #BBDF32
Black with #BBDF32
Text Example
Text Example
White with #BBDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF32; }
p { color: rgb(187,223,50); }
H1.HeaderClassName
{
color: #BBDF32;
}
.AnyTagClassName
{
color: #BBDF32;
}
</style>
background-color css
<style>
a { background-color: #BBDF32; }
a { background-color: rgb(187,223,50); }
div.DivClassName
{
background-color: #BBDF32;
}
.BgClassName
{
background-color: #BBDF32;
}
</style>
border-color css
<style>
span { border-color: #BBDF32; }
span { border-color: rgb(187,223,50); }
td.TdClassName
{
border-color: #BBDF32;
}
.TagClassName
{
border-color: #BBDF32;
}
</style>