Shades of Fuego #BBE628
Tints of Fuego #BBE628
RGB
CMYK
RGB Variations
Color information
#BBE628 (or 0xBBE628) is known color: Fuego. HEX triplet: BB, E6 and 28. RGB value is (187,230,40). Sum of RGB (Red+Green+Blue) = 187+230+40=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE628 is #4419D7. Grayscale: #C4C4C4. Windows color (decimal): -4463064 or 2680507. OLE color: 2680507.
HSL color Cylindrical-coordinate representation of color #BBE628: hue angle of 73.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBE628 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 40 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.10 |
| HSL | 73.58º | 0.79% | 0.53% | - |
| HSV(B) | 73.58º | 0.83% | 0.9% | - |
| XYZ | 49.17 | 67.31 | 12.41 | - |
| YUV | 195.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 40 | 0.19 | 0 | 0.83 | 0.10 | 73.58 | 0.79 | 0.53 |
| Hex | BB | E6 | 28 | 13 | 0 | 53 | A | 4A | 4F | 35 |
| Octal | 273 | 346 | 50 | 23 | 0 | 123 | 12 | 112 | 117 | 65 |
| Binary | 10111011 | 11100110 | 101000 | 10011 | 0 | 1010011 | 1010 | 1001010 | 1001111 | 110101 |
Color Harmonies of #BBE628
Complementary color
Monochromatic Colors of #BBE628
Black with #BBE628
Text Example
Text Example
White with #BBE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE628; }
p { color: rgb(187,230,40); }
H1.HeaderClassName
{
color: #BBE628;
}
.AnyTagClassName
{
color: #BBE628;
}
</style>
background-color css
<style>
a { background-color: #BBE628; }
a { background-color: rgb(187,230,40); }
div.DivClassName
{
background-color: #BBE628;
}
.BgClassName
{
background-color: #BBE628;
}
</style>
border-color css
<style>
span { border-color: #BBE628; }
span { border-color: rgb(187,230,40); }
td.TdClassName
{
border-color: #BBE628;
}
.TagClassName
{
border-color: #BBE628;
}
</style>