Shades of Conifer #BAE15C
Tints of Conifer #BAE15C
RGB
CMYK
RGB Variations
Color information
#BAE15C (or 0xBAE15C) is known color: Conifer. HEX triplet: BA, E1 and 5C. RGB value is (186,225,92). Sum of RGB (Red+Green+Blue) = 186+225+92=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE15C is #451EA3. Grayscale: #C6C6C6. Windows color (decimal): -4529828 or 6087098. OLE color: 6087098.
HSL color Cylindrical-coordinate representation of color #BAE15C: hue angle of 77.59º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE15C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 92 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.12 |
| HSL | 77.59º | 0.69% | 0.62% | - |
| HSV(B) | 77.59º | 0.59% | 0.88% | - |
| XYZ | 49.11 | 65.06 | 20.1 | - |
| YUV | 198.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 92 | 0.17 | 0 | 0.59 | 0.12 | 77.59 | 0.69 | 0.62 |
| Hex | BA | E1 | 5C | 11 | 0 | 3B | C | 4E | 45 | 3E |
| Octal | 272 | 341 | 134 | 21 | 0 | 73 | 14 | 116 | 105 | 76 |
| Binary | 10111010 | 11100001 | 1011100 | 10001 | 0 | 111011 | 1100 | 1001110 | 1000101 | 111110 |
Color Harmonies of #BAE15C
Complementary color
Monochromatic Colors of #BAE15C
Black with #BAE15C
Text Example
Text Example
White with #BAE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE15C; }
p { color: rgb(186,225,92); }
H1.HeaderClassName
{
color: #BAE15C;
}
.AnyTagClassName
{
color: #BAE15C;
}
</style>
background-color css
<style>
a { background-color: #BAE15C; }
a { background-color: rgb(186,225,92); }
div.DivClassName
{
background-color: #BAE15C;
}
.BgClassName
{
background-color: #BAE15C;
}
</style>
border-color css
<style>
span { border-color: #BAE15C; }
span { border-color: rgb(186,225,92); }
td.TdClassName
{
border-color: #BAE15C;
}
.TagClassName
{
border-color: #BAE15C;
}
</style>