Shades of Conifer #BAE447
Tints of Conifer #BAE447
RGB
CMYK
RGB Variations
Color information
#BAE447 (or 0xBAE447) is known color: Conifer. HEX triplet: BA, E4 and 47. RGB value is (186,228,71). Sum of RGB (Red+Green+Blue) = 186+228+71=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE447 is #451BB8. Grayscale: #C6C6C6. Windows color (decimal): -4529081 or 4711610. OLE color: 4711610.
HSL color Cylindrical-coordinate representation of color #BAE447: hue angle of 76.05º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE447 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 71 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.11 |
| HSL | 76.05º | 0.74% | 0.59% | - |
| HSV(B) | 76.05º | 0.69% | 0.89% | - |
| XYZ | 49.13 | 66.38 | 16.18 | - |
| YUV | 197.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 71 | 0.18 | 0 | 0.69 | 0.11 | 76.05 | 0.74 | 0.59 |
| Hex | BA | E4 | 47 | 12 | 0 | 45 | B | 4C | 4A | 3B |
| Octal | 272 | 344 | 107 | 22 | 0 | 105 | 13 | 114 | 112 | 73 |
| Binary | 10111010 | 11100100 | 1000111 | 10010 | 0 | 1000101 | 1011 | 1001100 | 1001010 | 111011 |
Color Harmonies of #BAE447
Complementary color
Monochromatic Colors of #BAE447
Black with #BAE447
Text Example
Text Example
White with #BAE447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE447; }
p { color: rgb(186,228,71); }
H1.HeaderClassName
{
color: #BAE447;
}
.AnyTagClassName
{
color: #BAE447;
}
</style>
background-color css
<style>
a { background-color: #BAE447; }
a { background-color: rgb(186,228,71); }
div.DivClassName
{
background-color: #BAE447;
}
.BgClassName
{
background-color: #BAE447;
}
</style>
border-color css
<style>
span { border-color: #BAE447; }
span { border-color: rgb(186,228,71); }
td.TdClassName
{
border-color: #BAE447;
}
.TagClassName
{
border-color: #BAE447;
}
</style>