Shades of Conifer #BADE5E
Tints of Conifer #BADE5E
RGB
CMYK
RGB Variations
Color information
#BADE5E (or 0xBADE5E) is known color: Conifer. HEX triplet: BA, DE and 5E. RGB value is (186,222,94). Sum of RGB (Red+Green+Blue) = 186+222+94=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE5E is #4521A1. Grayscale: #C5C5C5. Windows color (decimal): -4530594 or 6217402. OLE color: 6217402.
HSL color Cylindrical-coordinate representation of color #BADE5E: hue angle of 76.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BADE5E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 94 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.13 |
| HSL | 76.88º | 0.66% | 0.62% | - |
| HSV(B) | 76.88º | 0.58% | 0.87% | - |
| XYZ | 48.39 | 63.49 | 20.29 | - |
| YUV | 196.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 94 | 0.16 | 0 | 0.58 | 0.13 | 76.88 | 0.66 | 0.62 |
| Hex | BA | DE | 5E | 10 | 0 | 3A | D | 4D | 42 | 3E |
| Octal | 272 | 336 | 136 | 20 | 0 | 72 | 15 | 115 | 102 | 76 |
| Binary | 10111010 | 11011110 | 1011110 | 10000 | 0 | 111010 | 1101 | 1001101 | 1000010 | 111110 |
Color Harmonies of #BADE5E
Complementary color
Monochromatic Colors of #BADE5E
Black with #BADE5E
Text Example
Text Example
White with #BADE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE5E; }
p { color: rgb(186,222,94); }
H1.HeaderClassName
{
color: #BADE5E;
}
.AnyTagClassName
{
color: #BADE5E;
}
</style>
background-color css
<style>
a { background-color: #BADE5E; }
a { background-color: rgb(186,222,94); }
div.DivClassName
{
background-color: #BADE5E;
}
.BgClassName
{
background-color: #BADE5E;
}
</style>
border-color css
<style>
span { border-color: #BADE5E; }
span { border-color: rgb(186,222,94); }
td.TdClassName
{
border-color: #BADE5E;
}
.TagClassName
{
border-color: #BADE5E;
}
</style>