Shades of Conifer #BAE764
Tints of Conifer #BAE764
RGB
CMYK
RGB Variations
Color information
#BAE764 (or 0xBAE764) is known color: Conifer. HEX triplet: BA, E7 and 64. RGB value is (186,231,100). Sum of RGB (Red+Green+Blue) = 186+231+100=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE764 is #45189B. Grayscale: #CBCBCB. Windows color (decimal): -4528284 or 6612922. OLE color: 6612922.
HSL color Cylindrical-coordinate representation of color #BAE764: hue angle of 80.61º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE764 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 100 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.09 |
| HSL | 80.61º | 0.73% | 0.65% | - |
| HSV(B) | 80.61º | 0.57% | 0.91% | - |
| XYZ | 51.13 | 68.51 | 22.59 | - |
| YUV | 202.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 100 | 0.19 | 0 | 0.57 | 0.09 | 80.61 | 0.73 | 0.65 |
| Hex | BA | E7 | 64 | 13 | 0 | 39 | 9 | 51 | 49 | 41 |
| Octal | 272 | 347 | 144 | 23 | 0 | 71 | 11 | 121 | 111 | 101 |
| Binary | 10111010 | 11100111 | 1100100 | 10011 | 0 | 111001 | 1001 | 1010001 | 1001001 | 1000001 |
Color Harmonies of #BAE764
Complementary color
Monochromatic Colors of #BAE764
Black with #BAE764
Text Example
Text Example
White with #BAE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE764; }
p { color: rgb(186,231,100); }
H1.HeaderClassName
{
color: #BAE764;
}
.AnyTagClassName
{
color: #BAE764;
}
</style>
background-color css
<style>
a { background-color: #BAE764; }
a { background-color: rgb(186,231,100); }
div.DivClassName
{
background-color: #BAE764;
}
.BgClassName
{
background-color: #BAE764;
}
</style>
border-color css
<style>
span { border-color: #BAE764; }
span { border-color: rgb(186,231,100); }
td.TdClassName
{
border-color: #BAE764;
}
.TagClassName
{
border-color: #BAE764;
}
</style>