Shades of Conifer #BAE85C
Tints of Conifer #BAE85C
RGB
CMYK
RGB Variations
Color information
#BAE85C (or 0xBAE85C) is known color: Conifer. HEX triplet: BA, E8 and 5C. RGB value is (186,232,92). Sum of RGB (Red+Green+Blue) = 186+232+92=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE85C is #4517A3. Grayscale: #CACACA. Windows color (decimal): -4528036 or 6088890. OLE color: 6088890.
HSL color Cylindrical-coordinate representation of color #BAE85C: hue angle of 79.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAE85C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 92 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.09 |
| HSL | 79.71º | 0.75% | 0.64% | - |
| HSV(B) | 79.71º | 0.6% | 0.91% | - |
| XYZ | 51.04 | 68.93 | 20.74 | - |
| YUV | 202.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 92 | 0.20 | 0 | 0.60 | 0.09 | 79.71 | 0.75 | 0.64 |
| Hex | BA | E8 | 5C | 14 | 0 | 3C | 9 | 50 | 4B | 40 |
| Octal | 272 | 350 | 134 | 24 | 0 | 74 | 11 | 120 | 113 | 100 |
| Binary | 10111010 | 11101000 | 1011100 | 10100 | 0 | 111100 | 1001 | 1010000 | 1001011 | 1000000 |
Color Harmonies of #BAE85C
Complementary color
Monochromatic Colors of #BAE85C
Black with #BAE85C
Text Example
Text Example
White with #BAE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE85C; }
p { color: rgb(186,232,92); }
H1.HeaderClassName
{
color: #BAE85C;
}
.AnyTagClassName
{
color: #BAE85C;
}
</style>
background-color css
<style>
a { background-color: #BAE85C; }
a { background-color: rgb(186,232,92); }
div.DivClassName
{
background-color: #BAE85C;
}
.BgClassName
{
background-color: #BAE85C;
}
</style>
border-color css
<style>
span { border-color: #BAE85C; }
span { border-color: rgb(186,232,92); }
td.TdClassName
{
border-color: #BAE85C;
}
.TagClassName
{
border-color: #BAE85C;
}
</style>