Shades of Conifer #BAE356
Tints of Conifer #BAE356
RGB
CMYK
RGB Variations
Color information
#BAE356 (or 0xBAE356) is known color: Conifer. HEX triplet: BA, E3 and 56. RGB value is (186,227,86). Sum of RGB (Red+Green+Blue) = 186+227+86=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE356 is #451CA9. Grayscale: #C7C7C7. Windows color (decimal): -4529322 or 5694394. OLE color: 5694394.
HSL color Cylindrical-coordinate representation of color #BAE356: hue angle of 77.45º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE356 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 86 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.11 |
| HSL | 77.45º | 0.72% | 0.61% | - |
| HSV(B) | 77.45º | 0.62% | 0.89% | - |
| XYZ | 49.4 | 66.05 | 18.95 | - |
| YUV | 198.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 86 | 0.18 | 0 | 0.62 | 0.11 | 77.45 | 0.72 | 0.61 |
| Hex | BA | E3 | 56 | 12 | 0 | 3E | B | 4D | 48 | 3D |
| Octal | 272 | 343 | 126 | 22 | 0 | 76 | 13 | 115 | 110 | 75 |
| Binary | 10111010 | 11100011 | 1010110 | 10010 | 0 | 111110 | 1011 | 1001101 | 1001000 | 111101 |
Color Harmonies of #BAE356
Complementary color
Monochromatic Colors of #BAE356
Black with #BAE356
Text Example
Text Example
White with #BAE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE356; }
p { color: rgb(186,227,86); }
H1.HeaderClassName
{
color: #BAE356;
}
.AnyTagClassName
{
color: #BAE356;
}
</style>
background-color css
<style>
a { background-color: #BAE356; }
a { background-color: rgb(186,227,86); }
div.DivClassName
{
background-color: #BAE356;
}
.BgClassName
{
background-color: #BAE356;
}
</style>
border-color css
<style>
span { border-color: #BAE356; }
span { border-color: rgb(186,227,86); }
td.TdClassName
{
border-color: #BAE356;
}
.TagClassName
{
border-color: #BAE356;
}
</style>