Shades of Conifer #BAE456
Tints of Conifer #BAE456
RGB
CMYK
RGB Variations
Color information
#BAE456 (or 0xBAE456) is known color: Conifer. HEX triplet: BA, E4 and 56. RGB value is (186,228,86). Sum of RGB (Red+Green+Blue) = 186+228+86=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE456 is #451BA9. Grayscale: #C7C7C7. Windows color (decimal): -4529066 or 5694650. OLE color: 5694650.
HSL color Cylindrical-coordinate representation of color #BAE456: hue angle of 77.75º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE456 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 86 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.11 |
| HSL | 77.75º | 0.72% | 0.62% | - |
| HSV(B) | 77.75º | 0.62% | 0.89% | - |
| XYZ | 49.67 | 66.6 | 19.04 | - |
| YUV | 199.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 86 | 0.18 | 0 | 0.62 | 0.11 | 77.75 | 0.72 | 0.62 |
| Hex | BA | E4 | 56 | 12 | 0 | 3E | B | 4E | 48 | 3E |
| Octal | 272 | 344 | 126 | 22 | 0 | 76 | 13 | 116 | 110 | 76 |
| Binary | 10111010 | 11100100 | 1010110 | 10010 | 0 | 111110 | 1011 | 1001110 | 1001000 | 111110 |
Color Harmonies of #BAE456
Complementary color
Monochromatic Colors of #BAE456
Black with #BAE456
Text Example
Text Example
White with #BAE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE456; }
p { color: rgb(186,228,86); }
H1.HeaderClassName
{
color: #BAE456;
}
.AnyTagClassName
{
color: #BAE456;
}
</style>
background-color css
<style>
a { background-color: #BAE456; }
a { background-color: rgb(186,228,86); }
div.DivClassName
{
background-color: #BAE456;
}
.BgClassName
{
background-color: #BAE456;
}
</style>
border-color css
<style>
span { border-color: #BAE456; }
span { border-color: rgb(186,228,86); }
td.TdClassName
{
border-color: #BAE456;
}
.TagClassName
{
border-color: #BAE456;
}
</style>