Shades of Fuego #BBEC2C
Tints of Fuego #BBEC2C
RGB
CMYK
RGB Variations
Color information
#BBEC2C (or 0xBBEC2C) is known color: Fuego. HEX triplet: BB, EC and 2C. RGB value is (187,236,44). Sum of RGB (Red+Green+Blue) = 187+236+44=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC2C is #4413D3. Grayscale: #C8C8C8. Windows color (decimal): -4461524 or 2944187. OLE color: 2944187.
HSL color Cylindrical-coordinate representation of color #BBEC2C: hue angle of 75.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBEC2C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 44 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.07 |
| HSL | 75.31º | 0.83% | 0.55% | - |
| HSV(B) | 75.31º | 0.81% | 0.93% | - |
| XYZ | 50.94 | 70.74 | 13.35 | - |
| YUV | 199.46 | 40.27 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 44 | 0.21 | 0 | 0.81 | 0.07 | 75.31 | 0.83 | 0.55 |
| Hex | BB | EC | 2C | 15 | 0 | 51 | 7 | 4B | 53 | 37 |
| Octal | 273 | 354 | 54 | 25 | 0 | 121 | 7 | 113 | 123 | 67 |
| Binary | 10111011 | 11101100 | 101100 | 10101 | 0 | 1010001 | 111 | 1001011 | 1010011 | 110111 |
Color Harmonies of #BBEC2C
Complementary color
Monochromatic Colors of #BBEC2C
Black with #BBEC2C
Text Example
Text Example
White with #BBEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC2C; }
p { color: rgb(187,236,44); }
H1.HeaderClassName
{
color: #BBEC2C;
}
.AnyTagClassName
{
color: #BBEC2C;
}
</style>
background-color css
<style>
a { background-color: #BBEC2C; }
a { background-color: rgb(187,236,44); }
div.DivClassName
{
background-color: #BBEC2C;
}
.BgClassName
{
background-color: #BBEC2C;
}
</style>
border-color css
<style>
span { border-color: #BBEC2C; }
span { border-color: rgb(187,236,44); }
td.TdClassName
{
border-color: #BBEC2C;
}
.TagClassName
{
border-color: #BBEC2C;
}
</style>