Shades of Conifer #BAE458
Tints of Conifer #BAE458
RGB
CMYK
RGB Variations
Color information
#BAE458 (or 0xBAE458) is known color: Conifer. HEX triplet: BA, E4 and 58. RGB value is (186,228,88). Sum of RGB (Red+Green+Blue) = 186+228+88=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE458 is #451BA7. Grayscale: #C8C8C8. Windows color (decimal): -4529064 or 5825722. OLE color: 5825722.
HSL color Cylindrical-coordinate representation of color #BAE458: hue angle of 78º 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 #BAE458 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 88 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.11 |
| HSL | 78º | 0.72% | 0.62% | - |
| HSV(B) | 78º | 0.61% | 0.89% | - |
| XYZ | 49.75 | 66.63 | 19.47 | - |
| YUV | 199.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 88 | 0.18 | 0 | 0.61 | 0.11 | 78 | 0.72 | 0.62 |
| Hex | BA | E4 | 58 | 12 | 0 | 3D | B | 4E | 48 | 3E |
| Octal | 272 | 344 | 130 | 22 | 0 | 75 | 13 | 116 | 110 | 76 |
| Binary | 10111010 | 11100100 | 1011000 | 10010 | 0 | 111101 | 1011 | 1001110 | 1001000 | 111110 |
Color Harmonies of #BAE458
Complementary color
Monochromatic Colors of #BAE458
Black with #BAE458
Text Example
Text Example
White with #BAE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE458; }
p { color: rgb(186,228,88); }
H1.HeaderClassName
{
color: #BAE458;
}
.AnyTagClassName
{
color: #BAE458;
}
</style>
background-color css
<style>
a { background-color: #BAE458; }
a { background-color: rgb(186,228,88); }
div.DivClassName
{
background-color: #BAE458;
}
.BgClassName
{
background-color: #BAE458;
}
</style>
border-color css
<style>
span { border-color: #BAE458; }
span { border-color: rgb(186,228,88); }
td.TdClassName
{
border-color: #BAE458;
}
.TagClassName
{
border-color: #BAE458;
}
</style>