Shades of Conifer #BAE85E
Tints of Conifer #BAE85E
RGB
CMYK
RGB Variations
Color information
#BAE85E (or 0xBAE85E) is known color: Conifer. HEX triplet: BA, E8 and 5E. RGB value is (186,232,94). Sum of RGB (Red+Green+Blue) = 186+232+94=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE85E is #4517A1. Grayscale: #CBCBCB. Windows color (decimal): -4528034 or 6219962. OLE color: 6219962.
HSL color Cylindrical-coordinate representation of color #BAE85E: hue angle of 80º 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 #BAE85E is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 94 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.09 |
| HSL | 80º | 0.75% | 0.64% | - |
| HSV(B) | 80º | 0.59% | 0.91% | - |
| XYZ | 51.13 | 68.96 | 21.21 | - |
| YUV | 202.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 94 | 0.20 | 0 | 0.59 | 0.09 | 80 | 0.75 | 0.64 |
| Hex | BA | E8 | 5E | 14 | 0 | 3B | 9 | 50 | 4B | 40 |
| Octal | 272 | 350 | 136 | 24 | 0 | 73 | 11 | 120 | 113 | 100 |
| Binary | 10111010 | 11101000 | 1011110 | 10100 | 0 | 111011 | 1001 | 1010000 | 1001011 | 1000000 |
Color Harmonies of #BAE85E
Complementary color
Monochromatic Colors of #BAE85E
Black with #BAE85E
Text Example
Text Example
White with #BAE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE85E; }
p { color: rgb(186,232,94); }
H1.HeaderClassName
{
color: #BAE85E;
}
.AnyTagClassName
{
color: #BAE85E;
}
</style>
background-color css
<style>
a { background-color: #BAE85E; }
a { background-color: rgb(186,232,94); }
div.DivClassName
{
background-color: #BAE85E;
}
.BgClassName
{
background-color: #BAE85E;
}
</style>
border-color css
<style>
span { border-color: #BAE85E; }
span { border-color: rgb(186,232,94); }
td.TdClassName
{
border-color: #BAE85E;
}
.TagClassName
{
border-color: #BAE85E;
}
</style>