Shades of Conifer #BAE266
Tints of Conifer #BAE266
RGB
CMYK
RGB Variations
Color information
#BAE266 (or 0xBAE266) is known color: Conifer. HEX triplet: BA, E2 and 66. RGB value is (186,226,102). Sum of RGB (Red+Green+Blue) = 186+226+102=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE266 is #451D99. Grayscale: #C8C8C8. Windows color (decimal): -4529562 or 6742714. OLE color: 6742714.
HSL color Cylindrical-coordinate representation of color #BAE266: hue angle of 79.35º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE266 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 102 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.11 |
| HSL | 79.35º | 0.68% | 0.64% | - |
| HSV(B) | 79.35º | 0.55% | 0.89% | - |
| XYZ | 49.84 | 65.79 | 22.64 | - |
| YUV | 199.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 102 | 0.18 | 0 | 0.55 | 0.11 | 79.35 | 0.68 | 0.64 |
| Hex | BA | E2 | 66 | 12 | 0 | 37 | B | 4F | 44 | 40 |
| Octal | 272 | 342 | 146 | 22 | 0 | 67 | 13 | 117 | 104 | 100 |
| Binary | 10111010 | 11100010 | 1100110 | 10010 | 0 | 110111 | 1011 | 1001111 | 1000100 | 1000000 |
Color Harmonies of #BAE266
Complementary color
Monochromatic Colors of #BAE266
Black with #BAE266
Text Example
Text Example
White with #BAE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE266; }
p { color: rgb(186,226,102); }
H1.HeaderClassName
{
color: #BAE266;
}
.AnyTagClassName
{
color: #BAE266;
}
</style>
background-color css
<style>
a { background-color: #BAE266; }
a { background-color: rgb(186,226,102); }
div.DivClassName
{
background-color: #BAE266;
}
.BgClassName
{
background-color: #BAE266;
}
</style>
border-color css
<style>
span { border-color: #BAE266; }
span { border-color: rgb(186,226,102); }
td.TdClassName
{
border-color: #BAE266;
}
.TagClassName
{
border-color: #BAE266;
}
</style>