Shades of Conifer #BAE354
Tints of Conifer #BAE354
RGB
CMYK
RGB Variations
Color information
#BAE354 (or 0xBAE354) is known color: Conifer. HEX triplet: BA, E3 and 54. RGB value is (186,227,84). Sum of RGB (Red+Green+Blue) = 186+227+84=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE354 is #451CAB. Grayscale: #C6C6C6. Windows color (decimal): -4529324 or 5563322. OLE color: 5563322.
HSL color Cylindrical-coordinate representation of color #BAE354: hue angle of 77.2º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE354 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 84 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.11 |
| HSL | 77.2º | 0.72% | 0.61% | - |
| HSV(B) | 77.2º | 0.63% | 0.89% | - |
| XYZ | 49.32 | 66.02 | 18.53 | - |
| YUV | 198.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 84 | 0.18 | 0 | 0.63 | 0.11 | 77.2 | 0.72 | 0.61 |
| Hex | BA | E3 | 54 | 12 | 0 | 3F | B | 4D | 48 | 3D |
| Octal | 272 | 343 | 124 | 22 | 0 | 77 | 13 | 115 | 110 | 75 |
| Binary | 10111010 | 11100011 | 1010100 | 10010 | 0 | 111111 | 1011 | 1001101 | 1001000 | 111101 |
Color Harmonies of #BAE354
Complementary color
Monochromatic Colors of #BAE354
Black with #BAE354
Text Example
Text Example
White with #BAE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE354; }
p { color: rgb(186,227,84); }
H1.HeaderClassName
{
color: #BAE354;
}
.AnyTagClassName
{
color: #BAE354;
}
</style>
background-color css
<style>
a { background-color: #BAE354; }
a { background-color: rgb(186,227,84); }
div.DivClassName
{
background-color: #BAE354;
}
.BgClassName
{
background-color: #BAE354;
}
</style>
border-color css
<style>
span { border-color: #BAE354; }
span { border-color: rgb(186,227,84); }
td.TdClassName
{
border-color: #BAE354;
}
.TagClassName
{
border-color: #BAE354;
}
</style>