Shades of Conifer #BAE160
Tints of Conifer #BAE160
RGB
CMYK
RGB Variations
Color information
#BAE160 (or 0xBAE160) is known color: Conifer. HEX triplet: BA, E1 and 60. RGB value is (186,225,96). Sum of RGB (Red+Green+Blue) = 186+225+96=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE160 is #451E9F. Grayscale: #C7C7C7. Windows color (decimal): -4529824 or 6349242. OLE color: 6349242.
HSL color Cylindrical-coordinate representation of color #BAE160: hue angle of 78.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE160 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 96 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.12 |
| HSL | 78.14º | 0.68% | 0.63% | - |
| HSV(B) | 78.14º | 0.57% | 0.88% | - |
| XYZ | 49.29 | 65.13 | 21.04 | - |
| YUV | 198.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 96 | 0.17 | 0 | 0.57 | 0.12 | 78.14 | 0.68 | 0.63 |
| Hex | BA | E1 | 60 | 11 | 0 | 39 | C | 4E | 44 | 3F |
| Octal | 272 | 341 | 140 | 21 | 0 | 71 | 14 | 116 | 104 | 77 |
| Binary | 10111010 | 11100001 | 1100000 | 10001 | 0 | 111001 | 1100 | 1001110 | 1000100 | 111111 |
Color Harmonies of #BAE160
Complementary color
Monochromatic Colors of #BAE160
Black with #BAE160
Text Example
Text Example
White with #BAE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE160; }
p { color: rgb(186,225,96); }
H1.HeaderClassName
{
color: #BAE160;
}
.AnyTagClassName
{
color: #BAE160;
}
</style>
background-color css
<style>
a { background-color: #BAE160; }
a { background-color: rgb(186,225,96); }
div.DivClassName
{
background-color: #BAE160;
}
.BgClassName
{
background-color: #BAE160;
}
</style>
border-color css
<style>
span { border-color: #BAE160; }
span { border-color: rgb(186,225,96); }
td.TdClassName
{
border-color: #BAE160;
}
.TagClassName
{
border-color: #BAE160;
}
</style>