Shades of Fuego #BBDF2C
Tints of Fuego #BBDF2C
RGB
CMYK
RGB Variations
Color information
#BBDF2C (or 0xBBDF2C) is known color: Fuego. HEX triplet: BB, DF and 2C. RGB value is (187,223,44). Sum of RGB (Red+Green+Blue) = 187+223+44=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF2C is #4420D3. Grayscale: #C0C0C0. Windows color (decimal): -4464852 or 2940859. OLE color: 2940859.
HSL color Cylindrical-coordinate representation of color #BBDF2C: hue angle of 72.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBDF2C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 44 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.13 |
| HSL | 72.07º | 0.74% | 0.52% | - |
| HSV(B) | 72.07º | 0.8% | 0.87% | - |
| XYZ | 47.34 | 63.52 | 12.15 | - |
| YUV | 191.83 | 44.57 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 44 | 0.16 | 0 | 0.80 | 0.13 | 72.07 | 0.74 | 0.52 |
| Hex | BB | DF | 2C | 10 | 0 | 50 | D | 48 | 4A | 34 |
| Octal | 273 | 337 | 54 | 20 | 0 | 120 | 15 | 110 | 112 | 64 |
| Binary | 10111011 | 11011111 | 101100 | 10000 | 0 | 1010000 | 1101 | 1001000 | 1001010 | 110100 |
Color Harmonies of #BBDF2C
Complementary color
Monochromatic Colors of #BBDF2C
Black with #BBDF2C
Text Example
Text Example
White with #BBDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF2C; }
p { color: rgb(187,223,44); }
H1.HeaderClassName
{
color: #BBDF2C;
}
.AnyTagClassName
{
color: #BBDF2C;
}
</style>
background-color css
<style>
a { background-color: #BBDF2C; }
a { background-color: rgb(187,223,44); }
div.DivClassName
{
background-color: #BBDF2C;
}
.BgClassName
{
background-color: #BBDF2C;
}
</style>
border-color css
<style>
span { border-color: #BBDF2C; }
span { border-color: rgb(187,223,44); }
td.TdClassName
{
border-color: #BBDF2C;
}
.TagClassName
{
border-color: #BBDF2C;
}
</style>