Shades of Conifer #BAE858
Tints of Conifer #BAE858
RGB
CMYK
RGB Variations
Color information
#BAE858 (or 0xBAE858) is known color: Conifer. HEX triplet: BA, E8 and 58. RGB value is (186,232,88). Sum of RGB (Red+Green+Blue) = 186+232+88=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE858 is #4517A7. Grayscale: #CACACA. Windows color (decimal): -4528040 or 5826746. OLE color: 5826746.
HSL color Cylindrical-coordinate representation of color #BAE858: hue angle of 79.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE858 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 88 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.09 |
| HSL | 79.17º | 0.76% | 0.63% | - |
| HSV(B) | 79.17º | 0.62% | 0.91% | - |
| XYZ | 50.87 | 68.86 | 19.84 | - |
| YUV | 201.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 88 | 0.20 | 0 | 0.62 | 0.09 | 79.17 | 0.76 | 0.63 |
| Hex | BA | E8 | 58 | 14 | 0 | 3E | 9 | 4F | 4C | 3F |
| Octal | 272 | 350 | 130 | 24 | 0 | 76 | 11 | 117 | 114 | 77 |
| Binary | 10111010 | 11101000 | 1011000 | 10100 | 0 | 111110 | 1001 | 1001111 | 1001100 | 111111 |
Color Harmonies of #BAE858
Complementary color
Monochromatic Colors of #BAE858
Black with #BAE858
Text Example
Text Example
White with #BAE858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE858; }
p { color: rgb(186,232,88); }
H1.HeaderClassName
{
color: #BAE858;
}
.AnyTagClassName
{
color: #BAE858;
}
</style>
background-color css
<style>
a { background-color: #BAE858; }
a { background-color: rgb(186,232,88); }
div.DivClassName
{
background-color: #BAE858;
}
.BgClassName
{
background-color: #BAE858;
}
</style>
border-color css
<style>
span { border-color: #BAE858; }
span { border-color: rgb(186,232,88); }
td.TdClassName
{
border-color: #BAE858;
}
.TagClassName
{
border-color: #BAE858;
}
</style>