Shades of Conifer #BAE165
Tints of Conifer #BAE165
RGB
CMYK
RGB Variations
Color information
#BAE165 (or 0xBAE165) is known color: Conifer. HEX triplet: BA, E1 and 65. RGB value is (186,225,101). Sum of RGB (Red+Green+Blue) = 186+225+101=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE165 is #451E9A. Grayscale: #C7C7C7. Windows color (decimal): -4529819 or 6676922. OLE color: 6676922.
HSL color Cylindrical-coordinate representation of color #BAE165: hue angle of 78.87º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE165 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 101 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.12 |
| HSL | 78.87º | 0.67% | 0.64% | - |
| HSV(B) | 78.87º | 0.55% | 0.88% | - |
| XYZ | 49.52 | 65.23 | 22.29 | - |
| YUV | 199.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 101 | 0.17 | 0 | 0.55 | 0.12 | 78.87 | 0.67 | 0.64 |
| Hex | BA | E1 | 65 | 11 | 0 | 37 | C | 4F | 43 | 40 |
| Octal | 272 | 341 | 145 | 21 | 0 | 67 | 14 | 117 | 103 | 100 |
| Binary | 10111010 | 11100001 | 1100101 | 10001 | 0 | 110111 | 1100 | 1001111 | 1000011 | 1000000 |
Color Harmonies of #BAE165
Complementary color
Monochromatic Colors of #BAE165
Black with #BAE165
Text Example
Text Example
White with #BAE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE165; }
p { color: rgb(186,225,101); }
H1.HeaderClassName
{
color: #BAE165;
}
.AnyTagClassName
{
color: #BAE165;
}
</style>
background-color css
<style>
a { background-color: #BAE165; }
a { background-color: rgb(186,225,101); }
div.DivClassName
{
background-color: #BAE165;
}
.BgClassName
{
background-color: #BAE165;
}
</style>
border-color css
<style>
span { border-color: #BAE165; }
span { border-color: rgb(186,225,101); }
td.TdClassName
{
border-color: #BAE165;
}
.TagClassName
{
border-color: #BAE165;
}
</style>