Shades of Conifer #BADA4E
Tints of Conifer #BADA4E
RGB
CMYK
RGB Variations
Color information
#BADA4E (or 0xBADA4E) is known color: Conifer. HEX triplet: BA, DA and 4E. RGB value is (186,218,78). Sum of RGB (Red+Green+Blue) = 186+218+78=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA4E is #4525B1. Grayscale: #C1C1C1. Windows color (decimal): -4531634 or 5167802. OLE color: 5167802.
HSL color Cylindrical-coordinate representation of color #BADA4E: hue angle of 73.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BADA4E is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 78 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.15 |
| HSL | 73.71º | 0.65% | 0.58% | - |
| HSV(B) | 73.71º | 0.64% | 0.85% | - |
| XYZ | 46.7 | 61.13 | 16.55 | - |
| YUV | 192.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 78 | 0.15 | 0 | 0.64 | 0.15 | 73.71 | 0.65 | 0.58 |
| Hex | BA | DA | 4E | F | 0 | 40 | F | 4A | 41 | 3A |
| Octal | 272 | 332 | 116 | 17 | 0 | 100 | 17 | 112 | 101 | 72 |
| Binary | 10111010 | 11011010 | 1001110 | 1111 | 0 | 1000000 | 1111 | 1001010 | 1000001 | 111010 |
Color Harmonies of #BADA4E
Complementary color
Monochromatic Colors of #BADA4E
Black with #BADA4E
Text Example
Text Example
White with #BADA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA4E; }
p { color: rgb(186,218,78); }
H1.HeaderClassName
{
color: #BADA4E;
}
.AnyTagClassName
{
color: #BADA4E;
}
</style>
background-color css
<style>
a { background-color: #BADA4E; }
a { background-color: rgb(186,218,78); }
div.DivClassName
{
background-color: #BADA4E;
}
.BgClassName
{
background-color: #BADA4E;
}
</style>
border-color css
<style>
span { border-color: #BADA4E; }
span { border-color: rgb(186,218,78); }
td.TdClassName
{
border-color: #BADA4E;
}
.TagClassName
{
border-color: #BADA4E;
}
</style>