Shades of Conifer #BAEC56
Tints of Conifer #BAEC56
RGB
CMYK
RGB Variations
Color information
#BAEC56 (or 0xBAEC56) is known color: Conifer. HEX triplet: BA, EC and 56. RGB value is (186,236,86). Sum of RGB (Red+Green+Blue) = 186+236+86=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC56 is #4513A9. Grayscale: #CCCCCC. Windows color (decimal): -4527018 or 5696698. OLE color: 5696698.
HSL color Cylindrical-coordinate representation of color #BAEC56: hue angle of 80º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAEC56 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.07 |
| HSL | 80º | 0.8% | 0.63% | - |
| HSV(B) | 80º | 0.64% | 0.93% | - |
| XYZ | 51.92 | 71.1 | 19.79 | - |
| YUV | 203.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 86 | 0.21 | 0 | 0.64 | 0.07 | 80 | 0.8 | 0.63 |
| Hex | BA | EC | 56 | 15 | 0 | 40 | 7 | 50 | 50 | 3F |
| Octal | 272 | 354 | 126 | 25 | 0 | 100 | 7 | 120 | 120 | 77 |
| Binary | 10111010 | 11101100 | 1010110 | 10101 | 0 | 1000000 | 111 | 1010000 | 1010000 | 111111 |
Color Harmonies of #BAEC56
Complementary color
Monochromatic Colors of #BAEC56
Black with #BAEC56
Text Example
Text Example
White with #BAEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC56; }
p { color: rgb(186,236,86); }
H1.HeaderClassName
{
color: #BAEC56;
}
.AnyTagClassName
{
color: #BAEC56;
}
</style>
background-color css
<style>
a { background-color: #BAEC56; }
a { background-color: rgb(186,236,86); }
div.DivClassName
{
background-color: #BAEC56;
}
.BgClassName
{
background-color: #BAEC56;
}
</style>
border-color css
<style>
span { border-color: #BAEC56; }
span { border-color: rgb(186,236,86); }
td.TdClassName
{
border-color: #BAEC56;
}
.TagClassName
{
border-color: #BAEC56;
}
</style>