Shades of Conifer #BAE269
Tints of Conifer #BAE269
RGB
CMYK
RGB Variations
Color information
#BAE269 (or 0xBAE269) is known color: Conifer. HEX triplet: BA, E2 and 69. RGB value is (186,226,105). Sum of RGB (Red+Green+Blue) = 186+226+105=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE269 is #451D96. Grayscale: #C8C8C8. Windows color (decimal): -4529559 or 6939322. OLE color: 6939322.
HSL color Cylindrical-coordinate representation of color #BAE269: hue angle of 79.83º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE269 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 105 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.11 |
| HSL | 79.83º | 0.68% | 0.65% | - |
| HSV(B) | 79.83º | 0.54% | 0.89% | - |
| XYZ | 50 | 65.85 | 23.44 | - |
| YUV | 200.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 105 | 0.18 | 0 | 0.54 | 0.11 | 79.83 | 0.68 | 0.65 |
| Hex | BA | E2 | 69 | 12 | 0 | 36 | B | 50 | 44 | 41 |
| Octal | 272 | 342 | 151 | 22 | 0 | 66 | 13 | 120 | 104 | 101 |
| Binary | 10111010 | 11100010 | 1101001 | 10010 | 0 | 110110 | 1011 | 1010000 | 1000100 | 1000001 |
Color Harmonies of #BAE269
Complementary color
Monochromatic Colors of #BAE269
Black with #BAE269
Text Example
Text Example
White with #BAE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE269; }
p { color: rgb(186,226,105); }
H1.HeaderClassName
{
color: #BAE269;
}
.AnyTagClassName
{
color: #BAE269;
}
</style>
background-color css
<style>
a { background-color: #BAE269; }
a { background-color: rgb(186,226,105); }
div.DivClassName
{
background-color: #BAE269;
}
.BgClassName
{
background-color: #BAE269;
}
</style>
border-color css
<style>
span { border-color: #BAE269; }
span { border-color: rgb(186,226,105); }
td.TdClassName
{
border-color: #BAE269;
}
.TagClassName
{
border-color: #BAE269;
}
</style>