Shades of Conifer #BADD52
Tints of Conifer #BADD52
RGB
CMYK
RGB Variations
Color information
#BADD52 (or 0xBADD52) is known color: Conifer. HEX triplet: BA, DD and 52. RGB value is (186,221,82). Sum of RGB (Red+Green+Blue) = 186+221+82=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD52 is #4522AD. Grayscale: #C3C3C3. Windows color (decimal): -4530862 or 5430714. OLE color: 5430714.
HSL color Cylindrical-coordinate representation of color #BADD52: hue angle of 75.11º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADD52 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 82 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.13 |
| HSL | 75.11º | 0.67% | 0.59% | - |
| HSV(B) | 75.11º | 0.63% | 0.87% | - |
| XYZ | 47.63 | 62.76 | 17.59 | - |
| YUV | 194.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 82 | 0.16 | 0 | 0.63 | 0.13 | 75.11 | 0.67 | 0.59 |
| Hex | BA | DD | 52 | 10 | 0 | 3F | D | 4B | 43 | 3B |
| Octal | 272 | 335 | 122 | 20 | 0 | 77 | 15 | 113 | 103 | 73 |
| Binary | 10111010 | 11011101 | 1010010 | 10000 | 0 | 111111 | 1101 | 1001011 | 1000011 | 111011 |
Color Harmonies of #BADD52
Complementary color
Monochromatic Colors of #BADD52
Black with #BADD52
Text Example
Text Example
White with #BADD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD52; }
p { color: rgb(186,221,82); }
H1.HeaderClassName
{
color: #BADD52;
}
.AnyTagClassName
{
color: #BADD52;
}
</style>
background-color css
<style>
a { background-color: #BADD52; }
a { background-color: rgb(186,221,82); }
div.DivClassName
{
background-color: #BADD52;
}
.BgClassName
{
background-color: #BADD52;
}
</style>
border-color css
<style>
span { border-color: #BADD52; }
span { border-color: rgb(186,221,82); }
td.TdClassName
{
border-color: #BADD52;
}
.TagClassName
{
border-color: #BADD52;
}
</style>