Shades of Conifer #BAE947
Tints of Conifer #BAE947
RGB
CMYK
RGB Variations
Color information
#BAE947 (or 0xBAE947) is known color: Conifer. HEX triplet: BA, E9 and 47. RGB value is (186,233,71). Sum of RGB (Red+Green+Blue) = 186+233+71=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE947 is #4516B8. Grayscale: #C9C9C9. Windows color (decimal): -4527801 or 4712890. OLE color: 4712890.
HSL color Cylindrical-coordinate representation of color #BAE947: hue angle of 77.41º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE947 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 71 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.09 |
| HSL | 77.41º | 0.79% | 0.6% | - |
| HSV(B) | 77.41º | 0.7% | 0.91% | - |
| XYZ | 50.53 | 69.17 | 16.65 | - |
| YUV | 200.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 71 | 0.20 | 0 | 0.70 | 0.09 | 77.41 | 0.79 | 0.6 |
| Hex | BA | E9 | 47 | 14 | 0 | 46 | 9 | 4D | 4F | 3C |
| Octal | 272 | 351 | 107 | 24 | 0 | 106 | 11 | 115 | 117 | 74 |
| Binary | 10111010 | 11101001 | 1000111 | 10100 | 0 | 1000110 | 1001 | 1001101 | 1001111 | 111100 |
Color Harmonies of #BAE947
Complementary color
Monochromatic Colors of #BAE947
Black with #BAE947
Text Example
Text Example
White with #BAE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE947; }
p { color: rgb(186,233,71); }
H1.HeaderClassName
{
color: #BAE947;
}
.AnyTagClassName
{
color: #BAE947;
}
</style>
background-color css
<style>
a { background-color: #BAE947; }
a { background-color: rgb(186,233,71); }
div.DivClassName
{
background-color: #BAE947;
}
.BgClassName
{
background-color: #BAE947;
}
</style>
border-color css
<style>
span { border-color: #BAE947; }
span { border-color: rgb(186,233,71); }
td.TdClassName
{
border-color: #BAE947;
}
.TagClassName
{
border-color: #BAE947;
}
</style>