Shades of Conifer #BAEC4E
Tints of Conifer #BAEC4E
RGB
CMYK
RGB Variations
Color information
#BAEC4E (or 0xBAEC4E) is known color: Conifer. HEX triplet: BA, EC and 4E. RGB value is (186,236,78). Sum of RGB (Red+Green+Blue) = 186+236+78=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC4E is #4513B1. Grayscale: #CBCBCB. Windows color (decimal): -4527026 or 5172410. OLE color: 5172410.
HSL color Cylindrical-coordinate representation of color #BAEC4E: hue angle of 78.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAEC4E is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 78 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.07 |
| HSL | 78.99º | 0.81% | 0.62% | - |
| HSV(B) | 78.99º | 0.67% | 0.93% | - |
| XYZ | 51.62 | 70.98 | 18.19 | - |
| YUV | 203.04 | 57.44 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 78 | 0.21 | 0 | 0.67 | 0.07 | 78.99 | 0.81 | 0.62 |
| Hex | BA | EC | 4E | 15 | 0 | 43 | 7 | 4F | 51 | 3E |
| Octal | 272 | 354 | 116 | 25 | 0 | 103 | 7 | 117 | 121 | 76 |
| Binary | 10111010 | 11101100 | 1001110 | 10101 | 0 | 1000011 | 111 | 1001111 | 1010001 | 111110 |
Color Harmonies of #BAEC4E
Complementary color
Monochromatic Colors of #BAEC4E
Black with #BAEC4E
Text Example
Text Example
White with #BAEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC4E; }
p { color: rgb(186,236,78); }
H1.HeaderClassName
{
color: #BAEC4E;
}
.AnyTagClassName
{
color: #BAEC4E;
}
</style>
background-color css
<style>
a { background-color: #BAEC4E; }
a { background-color: rgb(186,236,78); }
div.DivClassName
{
background-color: #BAEC4E;
}
.BgClassName
{
background-color: #BAEC4E;
}
</style>
border-color css
<style>
span { border-color: #BAEC4E; }
span { border-color: rgb(186,236,78); }
td.TdClassName
{
border-color: #BAEC4E;
}
.TagClassName
{
border-color: #BAEC4E;
}
</style>