Shades of Conifer #BAE95D
Tints of Conifer #BAE95D
RGB
CMYK
RGB Variations
Color information
#BAE95D (or 0xBAE95D) is known color: Conifer. HEX triplet: BA, E9 and 5D. RGB value is (186,233,93). Sum of RGB (Red+Green+Blue) = 186+233+93=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE95D is #4516A2. Grayscale: #CBCBCB. Windows color (decimal): -4527779 or 6154682. OLE color: 6154682.
HSL color Cylindrical-coordinate representation of color #BAE95D: hue angle of 80.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAE95D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 93 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.09 |
| HSL | 80.14º | 0.76% | 0.64% | - |
| HSV(B) | 80.14º | 0.6% | 0.91% | - |
| XYZ | 51.36 | 69.51 | 21.06 | - |
| YUV | 202.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 93 | 0.20 | 0 | 0.60 | 0.09 | 80.14 | 0.76 | 0.64 |
| Hex | BA | E9 | 5D | 14 | 0 | 3C | 9 | 50 | 4C | 40 |
| Octal | 272 | 351 | 135 | 24 | 0 | 74 | 11 | 120 | 114 | 100 |
| Binary | 10111010 | 11101001 | 1011101 | 10100 | 0 | 111100 | 1001 | 1010000 | 1001100 | 1000000 |
Color Harmonies of #BAE95D
Complementary color
Monochromatic Colors of #BAE95D
Black with #BAE95D
Text Example
Text Example
White with #BAE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE95D; }
p { color: rgb(186,233,93); }
H1.HeaderClassName
{
color: #BAE95D;
}
.AnyTagClassName
{
color: #BAE95D;
}
</style>
background-color css
<style>
a { background-color: #BAE95D; }
a { background-color: rgb(186,233,93); }
div.DivClassName
{
background-color: #BAE95D;
}
.BgClassName
{
background-color: #BAE95D;
}
</style>
border-color css
<style>
span { border-color: #BAE95D; }
span { border-color: rgb(186,233,93); }
td.TdClassName
{
border-color: #BAE95D;
}
.TagClassName
{
border-color: #BAE95D;
}
</style>