Shades of Fuego #BACE2B
Tints of Fuego #BACE2B
RGB
CMYK
RGB Variations
Color information
#BACE2B (or 0xBACE2B) is known color: Fuego. HEX triplet: BA, CE and 2B. RGB value is (186,206,43). Sum of RGB (Red+Green+Blue) = 186+206+43=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE2B is #4531D4. Grayscale: #B6B6B6. Windows color (decimal): -4534741 or 2870970. OLE color: 2870970.
HSL color Cylindrical-coordinate representation of color #BACE2B: hue angle of 67.36º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BACE2B is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 43 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.19 |
| HSL | 67.36º | 0.65% | 0.49% | - |
| HSV(B) | 67.36º | 0.79% | 0.81% | - |
| XYZ | 42.76 | 54.76 | 10.6 | - |
| YUV | 181.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 43 | 0.10 | 0 | 0.79 | 0.19 | 67.36 | 0.65 | 0.49 |
| Hex | BA | CE | 2B | A | 0 | 4F | 13 | 43 | 41 | 31 |
| Octal | 272 | 316 | 53 | 12 | 0 | 117 | 23 | 103 | 101 | 61 |
| Binary | 10111010 | 11001110 | 101011 | 1010 | 0 | 1001111 | 10011 | 1000011 | 1000001 | 110001 |
Color Harmonies of #BACE2B
Complementary color
Monochromatic Colors of #BACE2B
Black with #BACE2B
Text Example
Text Example
White with #BACE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE2B; }
p { color: rgb(186,206,43); }
H1.HeaderClassName
{
color: #BACE2B;
}
.AnyTagClassName
{
color: #BACE2B;
}
</style>
background-color css
<style>
a { background-color: #BACE2B; }
a { background-color: rgb(186,206,43); }
div.DivClassName
{
background-color: #BACE2B;
}
.BgClassName
{
background-color: #BACE2B;
}
</style>
border-color css
<style>
span { border-color: #BACE2B; }
span { border-color: rgb(186,206,43); }
td.TdClassName
{
border-color: #BACE2B;
}
.TagClassName
{
border-color: #BACE2B;
}
</style>