Shades of Conifer #BAE962
Tints of Conifer #BAE962
RGB
CMYK
RGB Variations
Color information
#BAE962 (or 0xBAE962) is known color: Conifer. HEX triplet: BA, E9 and 62. RGB value is (186,233,98). Sum of RGB (Red+Green+Blue) = 186+233+98=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE962 is #45169D. Grayscale: #CCCCCC. Windows color (decimal): -4527774 or 6482362. OLE color: 6482362.
HSL color Cylindrical-coordinate representation of color #BAE962: hue angle of 80.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE962 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 98 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.09 |
| HSL | 80.89º | 0.75% | 0.65% | - |
| HSV(B) | 80.89º | 0.58% | 0.91% | - |
| XYZ | 51.59 | 69.6 | 22.27 | - |
| YUV | 203.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 98 | 0.20 | 0 | 0.58 | 0.09 | 80.89 | 0.75 | 0.65 |
| Hex | BA | E9 | 62 | 14 | 0 | 3A | 9 | 51 | 4B | 41 |
| Octal | 272 | 351 | 142 | 24 | 0 | 72 | 11 | 121 | 113 | 101 |
| Binary | 10111010 | 11101001 | 1100010 | 10100 | 0 | 111010 | 1001 | 1010001 | 1001011 | 1000001 |
Color Harmonies of #BAE962
Complementary color
Monochromatic Colors of #BAE962
Black with #BAE962
Text Example
Text Example
White with #BAE962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE962; }
p { color: rgb(186,233,98); }
H1.HeaderClassName
{
color: #BAE962;
}
.AnyTagClassName
{
color: #BAE962;
}
</style>
background-color css
<style>
a { background-color: #BAE962; }
a { background-color: rgb(186,233,98); }
div.DivClassName
{
background-color: #BAE962;
}
.BgClassName
{
background-color: #BAE962;
}
</style>
border-color css
<style>
span { border-color: #BAE962; }
span { border-color: rgb(186,233,98); }
td.TdClassName
{
border-color: #BAE962;
}
.TagClassName
{
border-color: #BAE962;
}
</style>