Shades of Conifer #BAE867
Tints of Conifer #BAE867
RGB
CMYK
RGB Variations
Color information
#BAE867 (or 0xBAE867) is known color: Conifer. HEX triplet: BA, E8 and 67. RGB value is (186,232,103). Sum of RGB (Red+Green+Blue) = 186+232+103=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE867 is #451798. Grayscale: #CCCCCC. Windows color (decimal): -4528025 or 6809786. OLE color: 6809786.
HSL color Cylindrical-coordinate representation of color #BAE867: hue angle of 81.4º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE867 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 103 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.09 |
| HSL | 81.4º | 0.74% | 0.66% | - |
| HSV(B) | 81.4º | 0.56% | 0.91% | - |
| XYZ | 51.55 | 69.13 | 23.46 | - |
| YUV | 203.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 103 | 0.20 | 0 | 0.56 | 0.09 | 81.4 | 0.74 | 0.66 |
| Hex | BA | E8 | 67 | 14 | 0 | 38 | 9 | 51 | 4A | 42 |
| Octal | 272 | 350 | 147 | 24 | 0 | 70 | 11 | 121 | 112 | 102 |
| Binary | 10111010 | 11101000 | 1100111 | 10100 | 0 | 111000 | 1001 | 1010001 | 1001010 | 1000010 |
Color Harmonies of #BAE867
Complementary color
Monochromatic Colors of #BAE867
Black with #BAE867
Text Example
Text Example
White with #BAE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE867; }
p { color: rgb(186,232,103); }
H1.HeaderClassName
{
color: #BAE867;
}
.AnyTagClassName
{
color: #BAE867;
}
</style>
background-color css
<style>
a { background-color: #BAE867; }
a { background-color: rgb(186,232,103); }
div.DivClassName
{
background-color: #BAE867;
}
.BgClassName
{
background-color: #BAE867;
}
</style>
border-color css
<style>
span { border-color: #BAE867; }
span { border-color: rgb(186,232,103); }
td.TdClassName
{
border-color: #BAE867;
}
.TagClassName
{
border-color: #BAE867;
}
</style>