Shades of Conifer #BAE549
Tints of Conifer #BAE549
RGB
CMYK
RGB Variations
Color information
#BAE549 (or 0xBAE549) is known color: Conifer. HEX triplet: BA, E5 and 49. RGB value is (186,229,73). Sum of RGB (Red+Green+Blue) = 186+229+73=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE549 is #451AB6. Grayscale: #C6C6C6. Windows color (decimal): -4528823 or 4842938. OLE color: 4842938.
HSL color Cylindrical-coordinate representation of color #BAE549: hue angle of 76.54º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE549 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 73 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.10 |
| HSL | 76.54º | 0.75% | 0.59% | - |
| HSV(B) | 76.54º | 0.68% | 0.9% | - |
| XYZ | 49.47 | 66.96 | 16.62 | - |
| YUV | 198.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 73 | 0.19 | 0 | 0.68 | 0.10 | 76.54 | 0.75 | 0.59 |
| Hex | BA | E5 | 49 | 13 | 0 | 44 | A | 4D | 4B | 3B |
| Octal | 272 | 345 | 111 | 23 | 0 | 104 | 12 | 115 | 113 | 73 |
| Binary | 10111010 | 11100101 | 1001001 | 10011 | 0 | 1000100 | 1010 | 1001101 | 1001011 | 111011 |
Color Harmonies of #BAE549
Complementary color
Monochromatic Colors of #BAE549
Black with #BAE549
Text Example
Text Example
White with #BAE549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE549; }
p { color: rgb(186,229,73); }
H1.HeaderClassName
{
color: #BAE549;
}
.AnyTagClassName
{
color: #BAE549;
}
</style>
background-color css
<style>
a { background-color: #BAE549; }
a { background-color: rgb(186,229,73); }
div.DivClassName
{
background-color: #BAE549;
}
.BgClassName
{
background-color: #BAE549;
}
</style>
border-color css
<style>
span { border-color: #BAE549; }
span { border-color: rgb(186,229,73); }
td.TdClassName
{
border-color: #BAE549;
}
.TagClassName
{
border-color: #BAE549;
}
</style>