Shades of Conifer #BAE85F
Tints of Conifer #BAE85F
RGB
CMYK
RGB Variations
Color information
#BAE85F (or 0xBAE85F) is known color: Conifer. HEX triplet: BA, E8 and 5F. RGB value is (186,232,95). Sum of RGB (Red+Green+Blue) = 186+232+95=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE85F is #4517A0. Grayscale: #CBCBCB. Windows color (decimal): -4528033 or 6285498. OLE color: 6285498.
HSL color Cylindrical-coordinate representation of color #BAE85F: hue angle of 80.15º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE85F is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 95 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.09 |
| HSL | 80.15º | 0.75% | 0.64% | - |
| HSV(B) | 80.15º | 0.59% | 0.91% | - |
| XYZ | 51.17 | 68.98 | 21.44 | - |
| YUV | 202.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 95 | 0.20 | 0 | 0.59 | 0.09 | 80.15 | 0.75 | 0.64 |
| Hex | BA | E8 | 5F | 14 | 0 | 3B | 9 | 50 | 4B | 40 |
| Octal | 272 | 350 | 137 | 24 | 0 | 73 | 11 | 120 | 113 | 100 |
| Binary | 10111010 | 11101000 | 1011111 | 10100 | 0 | 111011 | 1001 | 1010000 | 1001011 | 1000000 |
Color Harmonies of #BAE85F
Complementary color
Monochromatic Colors of #BAE85F
Black with #BAE85F
Text Example
Text Example
White with #BAE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE85F; }
p { color: rgb(186,232,95); }
H1.HeaderClassName
{
color: #BAE85F;
}
.AnyTagClassName
{
color: #BAE85F;
}
</style>
background-color css
<style>
a { background-color: #BAE85F; }
a { background-color: rgb(186,232,95); }
div.DivClassName
{
background-color: #BAE85F;
}
.BgClassName
{
background-color: #BAE85F;
}
</style>
border-color css
<style>
span { border-color: #BAE85F; }
span { border-color: rgb(186,232,95); }
td.TdClassName
{
border-color: #BAE85F;
}
.TagClassName
{
border-color: #BAE85F;
}
</style>