Shades of Conifer #BAD24D
Tints of Conifer #BAD24D
RGB
CMYK
RGB Variations
Color information
#BAD24D (or 0xBAD24D) is known color: Conifer. HEX triplet: BA, D2 and 4D. RGB value is (186,210,77). Sum of RGB (Red+Green+Blue) = 186+210+77=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD24D is #452DB2. Grayscale: #BCBCBC. Windows color (decimal): -4533683 or 5100218. OLE color: 5100218.
HSL color Cylindrical-coordinate representation of color #BAD24D: hue angle of 70.83º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAD24D is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 77 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.18 |
| HSL | 70.83º | 0.6% | 0.56% | - |
| HSV(B) | 70.83º | 0.63% | 0.82% | - |
| XYZ | 44.64 | 57.07 | 15.68 | - |
| YUV | 187.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 77 | 0.11 | 0 | 0.63 | 0.18 | 70.83 | 0.6 | 0.56 |
| Hex | BA | D2 | 4D | B | 0 | 3F | 12 | 47 | 3C | 38 |
| Octal | 272 | 322 | 115 | 13 | 0 | 77 | 22 | 107 | 74 | 70 |
| Binary | 10111010 | 11010010 | 1001101 | 1011 | 0 | 111111 | 10010 | 1000111 | 111100 | 111000 |
Color Harmonies of #BAD24D
Complementary color
Monochromatic Colors of #BAD24D
Black with #BAD24D
Text Example
Text Example
White with #BAD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD24D; }
p { color: rgb(186,210,77); }
H1.HeaderClassName
{
color: #BAD24D;
}
.AnyTagClassName
{
color: #BAD24D;
}
</style>
background-color css
<style>
a { background-color: #BAD24D; }
a { background-color: rgb(186,210,77); }
div.DivClassName
{
background-color: #BAD24D;
}
.BgClassName
{
background-color: #BAD24D;
}
</style>
border-color css
<style>
span { border-color: #BAD24D; }
span { border-color: rgb(186,210,77); }
td.TdClassName
{
border-color: #BAD24D;
}
.TagClassName
{
border-color: #BAD24D;
}
</style>