Shades of Conifer #BAE168
Tints of Conifer #BAE168
RGB
CMYK
RGB Variations
Color information
#BAE168 (or 0xBAE168) is known color: Conifer. HEX triplet: BA, E1 and 68. RGB value is (186,225,104). Sum of RGB (Red+Green+Blue) = 186+225+104=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE168 is #451E97. Grayscale: #C7C7C7. Windows color (decimal): -4529816 or 6873530. OLE color: 6873530.
HSL color Cylindrical-coordinate representation of color #BAE168: hue angle of 79.34º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE168 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 104 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.12 |
| HSL | 79.34º | 0.67% | 0.65% | - |
| HSV(B) | 79.34º | 0.54% | 0.88% | - |
| XYZ | 49.67 | 65.29 | 23.08 | - |
| YUV | 199.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 104 | 0.17 | 0 | 0.54 | 0.12 | 79.34 | 0.67 | 0.65 |
| Hex | BA | E1 | 68 | 11 | 0 | 36 | C | 4F | 43 | 41 |
| Octal | 272 | 341 | 150 | 21 | 0 | 66 | 14 | 117 | 103 | 101 |
| Binary | 10111010 | 11100001 | 1101000 | 10001 | 0 | 110110 | 1100 | 1001111 | 1000011 | 1000001 |
Color Harmonies of #BAE168
Complementary color
Monochromatic Colors of #BAE168
Black with #BAE168
Text Example
Text Example
White with #BAE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE168; }
p { color: rgb(186,225,104); }
H1.HeaderClassName
{
color: #BAE168;
}
.AnyTagClassName
{
color: #BAE168;
}
</style>
background-color css
<style>
a { background-color: #BAE168; }
a { background-color: rgb(186,225,104); }
div.DivClassName
{
background-color: #BAE168;
}
.BgClassName
{
background-color: #BAE168;
}
</style>
border-color css
<style>
span { border-color: #BAE168; }
span { border-color: rgb(186,225,104); }
td.TdClassName
{
border-color: #BAE168;
}
.TagClassName
{
border-color: #BAE168;
}
</style>