Shades of Fuego #BBEC2B
Tints of Fuego #BBEC2B
RGB
CMYK
RGB Variations
Color information
#BBEC2B (or 0xBBEC2B) is known color: Fuego. HEX triplet: BB, EC and 2B. RGB value is (187,236,43). Sum of RGB (Red+Green+Blue) = 187+236+43=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC2B is #4413D4. Grayscale: #C8C8C8. Windows color (decimal): -4461525 or 2878651. OLE color: 2878651.
HSL color Cylindrical-coordinate representation of color #BBEC2B: hue angle of 75.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBEC2B is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 43 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.07 |
| HSL | 75.23º | 0.84% | 0.55% | - |
| HSV(B) | 75.23º | 0.82% | 0.93% | - |
| XYZ | 50.93 | 70.73 | 13.25 | - |
| YUV | 199.35 | 39.77 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 43 | 0.21 | 0 | 0.82 | 0.07 | 75.23 | 0.84 | 0.55 |
| Hex | BB | EC | 2B | 15 | 0 | 52 | 7 | 4B | 54 | 37 |
| Octal | 273 | 354 | 53 | 25 | 0 | 122 | 7 | 113 | 124 | 67 |
| Binary | 10111011 | 11101100 | 101011 | 10101 | 0 | 1010010 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BBEC2B
Complementary color
Monochromatic Colors of #BBEC2B
Black with #BBEC2B
Text Example
Text Example
White with #BBEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC2B; }
p { color: rgb(187,236,43); }
H1.HeaderClassName
{
color: #BBEC2B;
}
.AnyTagClassName
{
color: #BBEC2B;
}
</style>
background-color css
<style>
a { background-color: #BBEC2B; }
a { background-color: rgb(187,236,43); }
div.DivClassName
{
background-color: #BBEC2B;
}
.BgClassName
{
background-color: #BBEC2B;
}
</style>
border-color css
<style>
span { border-color: #BBEC2B; }
span { border-color: rgb(187,236,43); }
td.TdClassName
{
border-color: #BBEC2B;
}
.TagClassName
{
border-color: #BBEC2B;
}
</style>