Shades of Conifer #BAE868
Tints of Conifer #BAE868
RGB
CMYK
RGB Variations
Color information
#BAE868 (or 0xBAE868) is known color: Conifer. HEX triplet: BA, E8 and 68. RGB value is (186,232,104). Sum of RGB (Red+Green+Blue) = 186+232+104=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE868 is #451797. Grayscale: #CCCCCC. Windows color (decimal): -4528024 or 6875322. OLE color: 6875322.
HSL color Cylindrical-coordinate representation of color #BAE868: hue angle of 81.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE868 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 104 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.09 |
| HSL | 81.56º | 0.74% | 0.66% | - |
| HSV(B) | 81.56º | 0.55% | 0.91% | - |
| XYZ | 51.61 | 69.15 | 23.72 | - |
| YUV | 203.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 104 | 0.20 | 0 | 0.55 | 0.09 | 81.56 | 0.74 | 0.66 |
| Hex | BA | E8 | 68 | 14 | 0 | 37 | 9 | 52 | 4A | 42 |
| Octal | 272 | 350 | 150 | 24 | 0 | 67 | 11 | 122 | 112 | 102 |
| Binary | 10111010 | 11101000 | 1101000 | 10100 | 0 | 110111 | 1001 | 1010010 | 1001010 | 1000010 |
Color Harmonies of #BAE868
Complementary color
Monochromatic Colors of #BAE868
Black with #BAE868
Text Example
Text Example
White with #BAE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE868; }
p { color: rgb(186,232,104); }
H1.HeaderClassName
{
color: #BAE868;
}
.AnyTagClassName
{
color: #BAE868;
}
</style>
background-color css
<style>
a { background-color: #BAE868; }
a { background-color: rgb(186,232,104); }
div.DivClassName
{
background-color: #BAE868;
}
.BgClassName
{
background-color: #BAE868;
}
</style>
border-color css
<style>
span { border-color: #BAE868; }
span { border-color: rgb(186,232,104); }
td.TdClassName
{
border-color: #BAE868;
}
.TagClassName
{
border-color: #BAE868;
}
</style>