Shades of Conifer #BAEC5A
Tints of Conifer #BAEC5A
RGB
CMYK
RGB Variations
Color information
#BAEC5A (or 0xBAEC5A) is known color: Conifer. HEX triplet: BA, EC and 5A. RGB value is (186,236,90). Sum of RGB (Red+Green+Blue) = 186+236+90=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC5A is #4513A5. Grayscale: #CCCCCC. Windows color (decimal): -4527014 or 5958842. OLE color: 5958842.
HSL color Cylindrical-coordinate representation of color #BAEC5A: hue angle of 80.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAEC5A is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 90 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.07 |
| HSL | 80.55º | 0.79% | 0.64% | - |
| HSV(B) | 80.55º | 0.62% | 0.93% | - |
| XYZ | 52.09 | 71.17 | 20.66 | - |
| YUV | 204.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 90 | 0.21 | 0 | 0.62 | 0.07 | 80.55 | 0.79 | 0.64 |
| Hex | BA | EC | 5A | 15 | 0 | 3E | 7 | 51 | 4F | 40 |
| Octal | 272 | 354 | 132 | 25 | 0 | 76 | 7 | 121 | 117 | 100 |
| Binary | 10111010 | 11101100 | 1011010 | 10101 | 0 | 111110 | 111 | 1010001 | 1001111 | 1000000 |
Color Harmonies of #BAEC5A
Complementary color
Monochromatic Colors of #BAEC5A
Black with #BAEC5A
Text Example
Text Example
White with #BAEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC5A; }
p { color: rgb(186,236,90); }
H1.HeaderClassName
{
color: #BAEC5A;
}
.AnyTagClassName
{
color: #BAEC5A;
}
</style>
background-color css
<style>
a { background-color: #BAEC5A; }
a { background-color: rgb(186,236,90); }
div.DivClassName
{
background-color: #BAEC5A;
}
.BgClassName
{
background-color: #BAEC5A;
}
</style>
border-color css
<style>
span { border-color: #BAEC5A; }
span { border-color: rgb(186,236,90); }
td.TdClassName
{
border-color: #BAEC5A;
}
.TagClassName
{
border-color: #BAEC5A;
}
</style>