Shades of Fuego #BBEA2D
Tints of Fuego #BBEA2D
RGB
CMYK
RGB Variations
Color information
#BBEA2D (or 0xBBEA2D) is known color: Fuego. HEX triplet: BB, EA and 2D. RGB value is (187,234,45). Sum of RGB (Red+Green+Blue) = 187+234+45=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA2D is #4415D2. Grayscale: #C7C7C7. Windows color (decimal): -4462035 or 3009211. OLE color: 3009211.
HSL color Cylindrical-coordinate representation of color #BBEA2D: hue angle of 74.92º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBEA2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 45 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.08 |
| HSL | 74.92º | 0.82% | 0.55% | - |
| HSV(B) | 74.92º | 0.81% | 0.92% | - |
| XYZ | 50.39 | 69.6 | 13.26 | - |
| YUV | 198.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 45 | 0.20 | 0 | 0.81 | 0.08 | 74.92 | 0.82 | 0.55 |
| Hex | BB | EA | 2D | 14 | 0 | 51 | 8 | 4B | 52 | 37 |
| Octal | 273 | 352 | 55 | 24 | 0 | 121 | 10 | 113 | 122 | 67 |
| Binary | 10111011 | 11101010 | 101101 | 10100 | 0 | 1010001 | 1000 | 1001011 | 1010010 | 110111 |
Color Harmonies of #BBEA2D
Complementary color
Monochromatic Colors of #BBEA2D
Black with #BBEA2D
Text Example
Text Example
White with #BBEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA2D; }
p { color: rgb(187,234,45); }
H1.HeaderClassName
{
color: #BBEA2D;
}
.AnyTagClassName
{
color: #BBEA2D;
}
</style>
background-color css
<style>
a { background-color: #BBEA2D; }
a { background-color: rgb(187,234,45); }
div.DivClassName
{
background-color: #BBEA2D;
}
.BgClassName
{
background-color: #BBEA2D;
}
</style>
border-color css
<style>
span { border-color: #BBEA2D; }
span { border-color: rgb(187,234,45); }
td.TdClassName
{
border-color: #BBEA2D;
}
.TagClassName
{
border-color: #BBEA2D;
}
</style>