Shades of Fuego #BBE62C
Tints of Fuego #BBE62C
RGB
CMYK
RGB Variations
Color information
#BBE62C (or 0xBBE62C) is known color: Fuego. HEX triplet: BB, E6 and 2C. RGB value is (187,230,44). Sum of RGB (Red+Green+Blue) = 187+230+44=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE62C is #4419D3. Grayscale: #C4C4C4. Windows color (decimal): -4463060 or 2942651. OLE color: 2942651.
HSL color Cylindrical-coordinate representation of color #BBE62C: hue angle of 73.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE62C is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 44 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.10 |
| HSL | 73.87º | 0.79% | 0.54% | - |
| HSV(B) | 73.87º | 0.81% | 0.9% | - |
| XYZ | 49.24 | 67.34 | 12.79 | - |
| YUV | 195.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 44 | 0.19 | 0 | 0.81 | 0.10 | 73.87 | 0.79 | 0.54 |
| Hex | BB | E6 | 2C | 13 | 0 | 51 | A | 4A | 4F | 36 |
| Octal | 273 | 346 | 54 | 23 | 0 | 121 | 12 | 112 | 117 | 66 |
| Binary | 10111011 | 11100110 | 101100 | 10011 | 0 | 1010001 | 1010 | 1001010 | 1001111 | 110110 |
Color Harmonies of #BBE62C
Complementary color
Monochromatic Colors of #BBE62C
Black with #BBE62C
Text Example
Text Example
White with #BBE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE62C; }
p { color: rgb(187,230,44); }
H1.HeaderClassName
{
color: #BBE62C;
}
.AnyTagClassName
{
color: #BBE62C;
}
</style>
background-color css
<style>
a { background-color: #BBE62C; }
a { background-color: rgb(187,230,44); }
div.DivClassName
{
background-color: #BBE62C;
}
.BgClassName
{
background-color: #BBE62C;
}
</style>
border-color css
<style>
span { border-color: #BBE62C; }
span { border-color: rgb(187,230,44); }
td.TdClassName
{
border-color: #BBE62C;
}
.TagClassName
{
border-color: #BBE62C;
}
</style>