Shades of Conifer #BAD952
Tints of Conifer #BAD952
RGB
CMYK
RGB Variations
Color information
#BAD952 (or 0xBAD952) is known color: Conifer. HEX triplet: BA, D9 and 52. RGB value is (186,217,82). Sum of RGB (Red+Green+Blue) = 186+217+82=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD952 is #4526AD. Grayscale: #C0C0C0. Windows color (decimal): -4531886 or 5429690. OLE color: 5429690.
HSL color Cylindrical-coordinate representation of color #BAD952: hue angle of 73.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD952 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 82 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.15 |
| HSL | 73.78º | 0.64% | 0.59% | - |
| HSV(B) | 73.78º | 0.62% | 0.85% | - |
| XYZ | 46.59 | 60.67 | 17.24 | - |
| YUV | 192.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 82 | 0.14 | 0 | 0.62 | 0.15 | 73.78 | 0.64 | 0.59 |
| Hex | BA | D9 | 52 | E | 0 | 3E | F | 4A | 40 | 3B |
| Octal | 272 | 331 | 122 | 16 | 0 | 76 | 17 | 112 | 100 | 73 |
| Binary | 10111010 | 11011001 | 1010010 | 1110 | 0 | 111110 | 1111 | 1001010 | 1000000 | 111011 |
Color Harmonies of #BAD952
Complementary color
Monochromatic Colors of #BAD952
Black with #BAD952
Text Example
Text Example
White with #BAD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD952; }
p { color: rgb(186,217,82); }
H1.HeaderClassName
{
color: #BAD952;
}
.AnyTagClassName
{
color: #BAD952;
}
</style>
background-color css
<style>
a { background-color: #BAD952; }
a { background-color: rgb(186,217,82); }
div.DivClassName
{
background-color: #BAD952;
}
.BgClassName
{
background-color: #BAD952;
}
</style>
border-color css
<style>
span { border-color: #BAD952; }
span { border-color: rgb(186,217,82); }
td.TdClassName
{
border-color: #BAD952;
}
.TagClassName
{
border-color: #BAD952;
}
</style>