Shades of Conifer #BAE664
Tints of Conifer #BAE664
RGB
CMYK
RGB Variations
Color information
#BAE664 (or 0xBAE664) is known color: Conifer. HEX triplet: BA, E6 and 64. RGB value is (186,230,100). Sum of RGB (Red+Green+Blue) = 186+230+100=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE664 is #45199B. Grayscale: #CACACA. Windows color (decimal): -4528540 or 6612666. OLE color: 6612666.
HSL color Cylindrical-coordinate representation of color #BAE664: hue angle of 80.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE664 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 100 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.10 |
| HSL | 80.31º | 0.72% | 0.65% | - |
| HSV(B) | 80.31º | 0.57% | 0.9% | - |
| XYZ | 50.85 | 67.95 | 22.49 | - |
| YUV | 202.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 100 | 0.19 | 0 | 0.57 | 0.10 | 80.31 | 0.72 | 0.65 |
| Hex | BA | E6 | 64 | 13 | 0 | 39 | A | 50 | 48 | 41 |
| Octal | 272 | 346 | 144 | 23 | 0 | 71 | 12 | 120 | 110 | 101 |
| Binary | 10111010 | 11100110 | 1100100 | 10011 | 0 | 111001 | 1010 | 1010000 | 1001000 | 1000001 |
Color Harmonies of #BAE664
Complementary color
Monochromatic Colors of #BAE664
Black with #BAE664
Text Example
Text Example
White with #BAE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE664; }
p { color: rgb(186,230,100); }
H1.HeaderClassName
{
color: #BAE664;
}
.AnyTagClassName
{
color: #BAE664;
}
</style>
background-color css
<style>
a { background-color: #BAE664; }
a { background-color: rgb(186,230,100); }
div.DivClassName
{
background-color: #BAE664;
}
.BgClassName
{
background-color: #BAE664;
}
</style>
border-color css
<style>
span { border-color: #BAE664; }
span { border-color: rgb(186,230,100); }
td.TdClassName
{
border-color: #BAE664;
}
.TagClassName
{
border-color: #BAE664;
}
</style>