Shades of Conifer #BAE459
Tints of Conifer #BAE459
RGB
CMYK
RGB Variations
Color information
#BAE459 (or 0xBAE459) is known color: Conifer. HEX triplet: BA, E4 and 59. RGB value is (186,228,89). Sum of RGB (Red+Green+Blue) = 186+228+89=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE459 is #451BA6. Grayscale: #C8C8C8. Windows color (decimal): -4529063 or 5891258. OLE color: 5891258.
HSL color Cylindrical-coordinate representation of color #BAE459: hue angle of 78.13º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAE459 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 89 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.11 |
| HSL | 78.13º | 0.72% | 0.62% | - |
| HSV(B) | 78.13º | 0.61% | 0.89% | - |
| XYZ | 49.8 | 66.65 | 19.69 | - |
| YUV | 199.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 89 | 0.18 | 0 | 0.61 | 0.11 | 78.13 | 0.72 | 0.62 |
| Hex | BA | E4 | 59 | 12 | 0 | 3D | B | 4E | 48 | 3E |
| Octal | 272 | 344 | 131 | 22 | 0 | 75 | 13 | 116 | 110 | 76 |
| Binary | 10111010 | 11100100 | 1011001 | 10010 | 0 | 111101 | 1011 | 1001110 | 1001000 | 111110 |
Color Harmonies of #BAE459
Complementary color
Monochromatic Colors of #BAE459
Black with #BAE459
Text Example
Text Example
White with #BAE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE459; }
p { color: rgb(186,228,89); }
H1.HeaderClassName
{
color: #BAE459;
}
.AnyTagClassName
{
color: #BAE459;
}
</style>
background-color css
<style>
a { background-color: #BAE459; }
a { background-color: rgb(186,228,89); }
div.DivClassName
{
background-color: #BAE459;
}
.BgClassName
{
background-color: #BAE459;
}
</style>
border-color css
<style>
span { border-color: #BAE459; }
span { border-color: rgb(186,228,89); }
td.TdClassName
{
border-color: #BAE459;
}
.TagClassName
{
border-color: #BAE459;
}
</style>