Shades of Conifer #BAE569
Tints of Conifer #BAE569
RGB
CMYK
RGB Variations
Color information
#BAE569 (or 0xBAE569) is known color: Conifer. HEX triplet: BA, E5 and 69. RGB value is (186,229,105). Sum of RGB (Red+Green+Blue) = 186+229+105=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE569 is #451A96. Grayscale: #CACACA. Windows color (decimal): -4528791 or 6940090. OLE color: 6940090.
HSL color Cylindrical-coordinate representation of color #BAE569: hue angle of 80.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE569 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 105 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.10 |
| HSL | 80.81º | 0.7% | 0.65% | - |
| HSV(B) | 80.81º | 0.54% | 0.9% | - |
| XYZ | 50.82 | 67.5 | 23.71 | - |
| YUV | 202.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 105 | 0.19 | 0 | 0.54 | 0.10 | 80.81 | 0.7 | 0.65 |
| Hex | BA | E5 | 69 | 13 | 0 | 36 | A | 51 | 46 | 41 |
| Octal | 272 | 345 | 151 | 23 | 0 | 66 | 12 | 121 | 106 | 101 |
| Binary | 10111010 | 11100101 | 1101001 | 10011 | 0 | 110110 | 1010 | 1010001 | 1000110 | 1000001 |
Color Harmonies of #BAE569
Complementary color
Monochromatic Colors of #BAE569
Black with #BAE569
Text Example
Text Example
White with #BAE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE569; }
p { color: rgb(186,229,105); }
H1.HeaderClassName
{
color: #BAE569;
}
.AnyTagClassName
{
color: #BAE569;
}
</style>
background-color css
<style>
a { background-color: #BAE569; }
a { background-color: rgb(186,229,105); }
div.DivClassName
{
background-color: #BAE569;
}
.BgClassName
{
background-color: #BAE569;
}
</style>
border-color css
<style>
span { border-color: #BAE569; }
span { border-color: rgb(186,229,105); }
td.TdClassName
{
border-color: #BAE569;
}
.TagClassName
{
border-color: #BAE569;
}
</style>