Shades of Conifer #BAE560
Tints of Conifer #BAE560
RGB
CMYK
RGB Variations
Color information
#BAE560 (or 0xBAE560) is known color: Conifer. HEX triplet: BA, E5 and 60. RGB value is (186,229,96). Sum of RGB (Red+Green+Blue) = 186+229+96=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE560 is #451A9F. Grayscale: #C9C9C9. Windows color (decimal): -4528800 or 6350266. OLE color: 6350266.
HSL color Cylindrical-coordinate representation of color #BAE560: hue angle of 79.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE560 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 96 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.10 |
| HSL | 79.4º | 0.72% | 0.64% | - |
| HSV(B) | 79.4º | 0.58% | 0.9% | - |
| XYZ | 50.38 | 67.32 | 21.41 | - |
| YUV | 200.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 96 | 0.19 | 0 | 0.58 | 0.10 | 79.4 | 0.72 | 0.64 |
| Hex | BA | E5 | 60 | 13 | 0 | 3A | A | 4F | 48 | 40 |
| Octal | 272 | 345 | 140 | 23 | 0 | 72 | 12 | 117 | 110 | 100 |
| Binary | 10111010 | 11100101 | 1100000 | 10011 | 0 | 111010 | 1010 | 1001111 | 1001000 | 1000000 |
Color Harmonies of #BAE560
Complementary color
Monochromatic Colors of #BAE560
Black with #BAE560
Text Example
Text Example
White with #BAE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE560; }
p { color: rgb(186,229,96); }
H1.HeaderClassName
{
color: #BAE560;
}
.AnyTagClassName
{
color: #BAE560;
}
</style>
background-color css
<style>
a { background-color: #BAE560; }
a { background-color: rgb(186,229,96); }
div.DivClassName
{
background-color: #BAE560;
}
.BgClassName
{
background-color: #BAE560;
}
</style>
border-color css
<style>
span { border-color: #BAE560; }
span { border-color: rgb(186,229,96); }
td.TdClassName
{
border-color: #BAE560;
}
.TagClassName
{
border-color: #BAE560;
}
</style>