Shades of Fuego #BACE2C
Tints of Fuego #BACE2C
RGB
CMYK
RGB Variations
Color information
#BACE2C (or 0xBACE2C) is known color: Fuego. HEX triplet: BA, CE and 2C. RGB value is (186,206,44). Sum of RGB (Red+Green+Blue) = 186+206+44=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE2C is #4531D3. Grayscale: #B6B6B6. Windows color (decimal): -4534740 or 2936506. OLE color: 2936506.
HSL color Cylindrical-coordinate representation of color #BACE2C: hue angle of 67.41º 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 #BACE2C is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 44 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.19 |
| HSL | 67.41º | 0.65% | 0.49% | - |
| HSV(B) | 67.41º | 0.79% | 0.81% | - |
| XYZ | 42.78 | 54.76 | 10.7 | - |
| YUV | 181.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 44 | 0.10 | 0 | 0.79 | 0.19 | 67.41 | 0.65 | 0.49 |
| Hex | BA | CE | 2C | A | 0 | 4F | 13 | 43 | 41 | 31 |
| Octal | 272 | 316 | 54 | 12 | 0 | 117 | 23 | 103 | 101 | 61 |
| Binary | 10111010 | 11001110 | 101100 | 1010 | 0 | 1001111 | 10011 | 1000011 | 1000001 | 110001 |
Color Harmonies of #BACE2C
Complementary color
Monochromatic Colors of #BACE2C
Black with #BACE2C
Text Example
Text Example
White with #BACE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE2C; }
p { color: rgb(186,206,44); }
H1.HeaderClassName
{
color: #BACE2C;
}
.AnyTagClassName
{
color: #BACE2C;
}
</style>
background-color css
<style>
a { background-color: #BACE2C; }
a { background-color: rgb(186,206,44); }
div.DivClassName
{
background-color: #BACE2C;
}
.BgClassName
{
background-color: #BACE2C;
}
</style>
border-color css
<style>
span { border-color: #BACE2C; }
span { border-color: rgb(186,206,44); }
td.TdClassName
{
border-color: #BACE2C;
}
.TagClassName
{
border-color: #BACE2C;
}
</style>