Shades of Conifer #BAE360
Tints of Conifer #BAE360
RGB
CMYK
RGB Variations
Color information
#BAE360 (or 0xBAE360) is known color: Conifer. HEX triplet: BA, E3 and 60. RGB value is (186,227,96). Sum of RGB (Red+Green+Blue) = 186+227+96=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE360 is #451C9F. Grayscale: #C8C8C8. Windows color (decimal): -4529312 or 6349754. OLE color: 6349754.
HSL color Cylindrical-coordinate representation of color #BAE360: hue angle of 78.78º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE360 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 96 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.11 |
| HSL | 78.78º | 0.7% | 0.63% | - |
| HSV(B) | 78.78º | 0.58% | 0.89% | - |
| XYZ | 49.83 | 66.22 | 21.22 | - |
| YUV | 199.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 96 | 0.18 | 0 | 0.58 | 0.11 | 78.78 | 0.7 | 0.63 |
| Hex | BA | E3 | 60 | 12 | 0 | 3A | B | 4F | 46 | 3F |
| Octal | 272 | 343 | 140 | 22 | 0 | 72 | 13 | 117 | 106 | 77 |
| Binary | 10111010 | 11100011 | 1100000 | 10010 | 0 | 111010 | 1011 | 1001111 | 1000110 | 111111 |
Color Harmonies of #BAE360
Complementary color
Monochromatic Colors of #BAE360
Black with #BAE360
Text Example
Text Example
White with #BAE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE360; }
p { color: rgb(186,227,96); }
H1.HeaderClassName
{
color: #BAE360;
}
.AnyTagClassName
{
color: #BAE360;
}
</style>
background-color css
<style>
a { background-color: #BAE360; }
a { background-color: rgb(186,227,96); }
div.DivClassName
{
background-color: #BAE360;
}
.BgClassName
{
background-color: #BAE360;
}
</style>
border-color css
<style>
span { border-color: #BAE360; }
span { border-color: rgb(186,227,96); }
td.TdClassName
{
border-color: #BAE360;
}
.TagClassName
{
border-color: #BAE360;
}
</style>