Shades of Conifer #BAE557
Tints of Conifer #BAE557
RGB
CMYK
RGB Variations
Color information
#BAE557 (or 0xBAE557) is known color: Conifer. HEX triplet: BA, E5 and 57. RGB value is (186,229,87). Sum of RGB (Red+Green+Blue) = 186+229+87=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE557 is #451AA8. Grayscale: #C8C8C8. Windows color (decimal): -4528809 or 5760442. OLE color: 5760442.
HSL color Cylindrical-coordinate representation of color #BAE557: hue angle of 78.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE557 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 87 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.10 |
| HSL | 78.17º | 0.73% | 0.62% | - |
| HSV(B) | 78.17º | 0.62% | 0.9% | - |
| XYZ | 49.99 | 67.17 | 19.35 | - |
| YUV | 199.96 | 64.25 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 87 | 0.19 | 0 | 0.62 | 0.10 | 78.17 | 0.73 | 0.62 |
| Hex | BA | E5 | 57 | 13 | 0 | 3E | A | 4E | 49 | 3E |
| Octal | 272 | 345 | 127 | 23 | 0 | 76 | 12 | 116 | 111 | 76 |
| Binary | 10111010 | 11100101 | 1010111 | 10011 | 0 | 111110 | 1010 | 1001110 | 1001001 | 111110 |
Color Harmonies of #BAE557
Complementary color
Monochromatic Colors of #BAE557
Black with #BAE557
Text Example
Text Example
White with #BAE557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE557; }
p { color: rgb(186,229,87); }
H1.HeaderClassName
{
color: #BAE557;
}
.AnyTagClassName
{
color: #BAE557;
}
</style>
background-color css
<style>
a { background-color: #BAE557; }
a { background-color: rgb(186,229,87); }
div.DivClassName
{
background-color: #BAE557;
}
.BgClassName
{
background-color: #BAE557;
}
</style>
border-color css
<style>
span { border-color: #BAE557; }
span { border-color: rgb(186,229,87); }
td.TdClassName
{
border-color: #BAE557;
}
.TagClassName
{
border-color: #BAE557;
}
</style>