Shades of Conifer #BAEC57
Tints of Conifer #BAEC57
RGB
CMYK
RGB Variations
Color information
#BAEC57 (or 0xBAEC57) is known color: Conifer. HEX triplet: BA, EC and 57. RGB value is (186,236,87). Sum of RGB (Red+Green+Blue) = 186+236+87=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC57 is #4513A8. Grayscale: #CCCCCC. Windows color (decimal): -4527017 or 5762234. OLE color: 5762234.
HSL color Cylindrical-coordinate representation of color #BAEC57: hue angle of 80.13º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAEC57 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 87 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.07 |
| HSL | 80.13º | 0.8% | 0.63% | - |
| HSV(B) | 80.13º | 0.63% | 0.93% | - |
| XYZ | 51.97 | 71.12 | 20.01 | - |
| YUV | 204.06 | 61.94 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 87 | 0.21 | 0 | 0.63 | 0.07 | 80.13 | 0.8 | 0.63 |
| Hex | BA | EC | 57 | 15 | 0 | 3F | 7 | 50 | 50 | 3F |
| Octal | 272 | 354 | 127 | 25 | 0 | 77 | 7 | 120 | 120 | 77 |
| Binary | 10111010 | 11101100 | 1010111 | 10101 | 0 | 111111 | 111 | 1010000 | 1010000 | 111111 |
Color Harmonies of #BAEC57
Complementary color
Monochromatic Colors of #BAEC57
Black with #BAEC57
Text Example
Text Example
White with #BAEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC57; }
p { color: rgb(186,236,87); }
H1.HeaderClassName
{
color: #BAEC57;
}
.AnyTagClassName
{
color: #BAEC57;
}
</style>
background-color css
<style>
a { background-color: #BAEC57; }
a { background-color: rgb(186,236,87); }
div.DivClassName
{
background-color: #BAEC57;
}
.BgClassName
{
background-color: #BAEC57;
}
</style>
border-color css
<style>
span { border-color: #BAEC57; }
span { border-color: rgb(186,236,87); }
td.TdClassName
{
border-color: #BAEC57;
}
.TagClassName
{
border-color: #BAEC57;
}
</style>