Shades of Conifer #BAE856
Tints of Conifer #BAE856
RGB
CMYK
RGB Variations
Color information
#BAE856 (or 0xBAE856) is known color: Conifer. HEX triplet: BA, E8 and 56. RGB value is (186,232,86). Sum of RGB (Red+Green+Blue) = 186+232+86=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE856 is #4517A9. Grayscale: #CACACA. Windows color (decimal): -4528042 or 5695674. OLE color: 5695674.
HSL color Cylindrical-coordinate representation of color #BAE856: hue angle of 78.9º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE856 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 86 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.09 |
| HSL | 78.9º | 0.76% | 0.62% | - |
| HSV(B) | 78.9º | 0.63% | 0.91% | - |
| XYZ | 50.79 | 68.82 | 19.41 | - |
| YUV | 201.6 | 62.76 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 86 | 0.20 | 0 | 0.63 | 0.09 | 78.9 | 0.76 | 0.62 |
| Hex | BA | E8 | 56 | 14 | 0 | 3F | 9 | 4F | 4C | 3E |
| Octal | 272 | 350 | 126 | 24 | 0 | 77 | 11 | 117 | 114 | 76 |
| Binary | 10111010 | 11101000 | 1010110 | 10100 | 0 | 111111 | 1001 | 1001111 | 1001100 | 111110 |
Color Harmonies of #BAE856
Complementary color
Monochromatic Colors of #BAE856
Black with #BAE856
Text Example
Text Example
White with #BAE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE856; }
p { color: rgb(186,232,86); }
H1.HeaderClassName
{
color: #BAE856;
}
.AnyTagClassName
{
color: #BAE856;
}
</style>
background-color css
<style>
a { background-color: #BAE856; }
a { background-color: rgb(186,232,86); }
div.DivClassName
{
background-color: #BAE856;
}
.BgClassName
{
background-color: #BAE856;
}
</style>
border-color css
<style>
span { border-color: #BAE856; }
span { border-color: rgb(186,232,86); }
td.TdClassName
{
border-color: #BAE856;
}
.TagClassName
{
border-color: #BAE856;
}
</style>