Shades of Fuego #BBE629
Tints of Fuego #BBE629
RGB
CMYK
RGB Variations
Color information
#BBE629 (or 0xBBE629) is known color: Fuego. HEX triplet: BB, E6 and 29. RGB value is (187,230,41). Sum of RGB (Red+Green+Blue) = 187+230+41=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE629 is #4419D6. Grayscale: #C4C4C4. Windows color (decimal): -4463063 or 2746043. OLE color: 2746043.
HSL color Cylindrical-coordinate representation of color #BBE629: hue angle of 73.65º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBE629 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 41 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.10 |
| HSL | 73.65º | 0.79% | 0.53% | - |
| HSV(B) | 73.65º | 0.82% | 0.9% | - |
| XYZ | 49.19 | 67.32 | 12.5 | - |
| YUV | 195.6 | 40.75 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 41 | 0.19 | 0 | 0.82 | 0.10 | 73.65 | 0.79 | 0.53 |
| Hex | BB | E6 | 29 | 13 | 0 | 52 | A | 4A | 4F | 35 |
| Octal | 273 | 346 | 51 | 23 | 0 | 122 | 12 | 112 | 117 | 65 |
| Binary | 10111011 | 11100110 | 101001 | 10011 | 0 | 1010010 | 1010 | 1001010 | 1001111 | 110101 |
Color Harmonies of #BBE629
Complementary color
Monochromatic Colors of #BBE629
Black with #BBE629
Text Example
Text Example
White with #BBE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE629; }
p { color: rgb(187,230,41); }
H1.HeaderClassName
{
color: #BBE629;
}
.AnyTagClassName
{
color: #BBE629;
}
</style>
background-color css
<style>
a { background-color: #BBE629; }
a { background-color: rgb(187,230,41); }
div.DivClassName
{
background-color: #BBE629;
}
.BgClassName
{
background-color: #BBE629;
}
</style>
border-color css
<style>
span { border-color: #BBE629; }
span { border-color: rgb(187,230,41); }
td.TdClassName
{
border-color: #BBE629;
}
.TagClassName
{
border-color: #BBE629;
}
</style>