Shades of Conifer #BAE350
Tints of Conifer #BAE350
RGB
CMYK
RGB Variations
Color information
#BAE350 (or 0xBAE350) is known color: Conifer. HEX triplet: BA, E3 and 50. RGB value is (186,227,80). Sum of RGB (Red+Green+Blue) = 186+227+80=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE350 is #451CAF. Grayscale: #C6C6C6. Windows color (decimal): -4529328 or 5301178. OLE color: 5301178.
HSL color Cylindrical-coordinate representation of color #BAE350: hue angle of 76.73º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAE350 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 80 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.11 |
| HSL | 76.73º | 0.72% | 0.6% | - |
| HSV(B) | 76.73º | 0.65% | 0.89% | - |
| XYZ | 49.17 | 65.96 | 17.73 | - |
| YUV | 197.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 80 | 0.18 | 0 | 0.65 | 0.11 | 76.73 | 0.72 | 0.6 |
| Hex | BA | E3 | 50 | 12 | 0 | 41 | B | 4D | 48 | 3C |
| Octal | 272 | 343 | 120 | 22 | 0 | 101 | 13 | 115 | 110 | 74 |
| Binary | 10111010 | 11100011 | 1010000 | 10010 | 0 | 1000001 | 1011 | 1001101 | 1001000 | 111100 |
Color Harmonies of #BAE350
Complementary color
Monochromatic Colors of #BAE350
Black with #BAE350
Text Example
Text Example
White with #BAE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE350; }
p { color: rgb(186,227,80); }
H1.HeaderClassName
{
color: #BAE350;
}
.AnyTagClassName
{
color: #BAE350;
}
</style>
background-color css
<style>
a { background-color: #BAE350; }
a { background-color: rgb(186,227,80); }
div.DivClassName
{
background-color: #BAE350;
}
.BgClassName
{
background-color: #BAE350;
}
</style>
border-color css
<style>
span { border-color: #BAE350; }
span { border-color: rgb(186,227,80); }
td.TdClassName
{
border-color: #BAE350;
}
.TagClassName
{
border-color: #BAE350;
}
</style>