Shades of Conifer #BAE965
Tints of Conifer #BAE965
RGB
CMYK
RGB Variations
Color information
#BAE965 (or 0xBAE965) is known color: Conifer. HEX triplet: BA, E9 and 65. RGB value is (186,233,101). Sum of RGB (Red+Green+Blue) = 186+233+101=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE965 is #45169A. Grayscale: #CCCCCC. Windows color (decimal): -4527771 or 6678970. OLE color: 6678970.
HSL color Cylindrical-coordinate representation of color #BAE965: hue angle of 81.36º degrees, saturation: 0.75, 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 #BAE965 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 101 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.09 |
| HSL | 81.36º | 0.75% | 0.65% | - |
| HSV(B) | 81.36º | 0.57% | 0.91% | - |
| XYZ | 51.74 | 69.66 | 23.03 | - |
| YUV | 203.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 101 | 0.20 | 0 | 0.57 | 0.09 | 81.36 | 0.75 | 0.65 |
| Hex | BA | E9 | 65 | 14 | 0 | 39 | 9 | 51 | 4B | 41 |
| Octal | 272 | 351 | 145 | 24 | 0 | 71 | 11 | 121 | 113 | 101 |
| Binary | 10111010 | 11101001 | 1100101 | 10100 | 0 | 111001 | 1001 | 1010001 | 1001011 | 1000001 |
Color Harmonies of #BAE965
Complementary color
Monochromatic Colors of #BAE965
Black with #BAE965
Text Example
Text Example
White with #BAE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE965; }
p { color: rgb(186,233,101); }
H1.HeaderClassName
{
color: #BAE965;
}
.AnyTagClassName
{
color: #BAE965;
}
</style>
background-color css
<style>
a { background-color: #BAE965; }
a { background-color: rgb(186,233,101); }
div.DivClassName
{
background-color: #BAE965;
}
.BgClassName
{
background-color: #BAE965;
}
</style>
border-color css
<style>
span { border-color: #BAE965; }
span { border-color: rgb(186,233,101); }
td.TdClassName
{
border-color: #BAE965;
}
.TagClassName
{
border-color: #BAE965;
}
</style>