Shades of Conifer #BAE957
Tints of Conifer #BAE957
RGB
CMYK
RGB Variations
Color information
#BAE957 (or 0xBAE957) is known color: Conifer. HEX triplet: BA, E9 and 57. RGB value is (186,233,87). Sum of RGB (Red+Green+Blue) = 186+233+87=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE957 is #4516A8. Grayscale: #CACACA. Windows color (decimal): -4527785 or 5761466. OLE color: 5761466.
HSL color Cylindrical-coordinate representation of color #BAE957: hue angle of 79.32º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE957 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 87 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.09 |
| HSL | 79.32º | 0.77% | 0.63% | - |
| HSV(B) | 79.32º | 0.63% | 0.91% | - |
| XYZ | 51.11 | 69.41 | 19.72 | - |
| YUV | 202.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 87 | 0.20 | 0 | 0.63 | 0.09 | 79.32 | 0.77 | 0.63 |
| Hex | BA | E9 | 57 | 14 | 0 | 3F | 9 | 4F | 4D | 3F |
| Octal | 272 | 351 | 127 | 24 | 0 | 77 | 11 | 117 | 115 | 77 |
| Binary | 10111010 | 11101001 | 1010111 | 10100 | 0 | 111111 | 1001 | 1001111 | 1001101 | 111111 |
Color Harmonies of #BAE957
Complementary color
Monochromatic Colors of #BAE957
Black with #BAE957
Text Example
Text Example
White with #BAE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE957; }
p { color: rgb(186,233,87); }
H1.HeaderClassName
{
color: #BAE957;
}
.AnyTagClassName
{
color: #BAE957;
}
</style>
background-color css
<style>
a { background-color: #BAE957; }
a { background-color: rgb(186,233,87); }
div.DivClassName
{
background-color: #BAE957;
}
.BgClassName
{
background-color: #BAE957;
}
</style>
border-color css
<style>
span { border-color: #BAE957; }
span { border-color: rgb(186,233,87); }
td.TdClassName
{
border-color: #BAE957;
}
.TagClassName
{
border-color: #BAE957;
}
</style>