Shades of Conifer #BAD547
Tints of Conifer #BAD547
RGB
CMYK
RGB Variations
Color information
#BAD547 (or 0xBAD547) is known color: Conifer. HEX triplet: BA, D5 and 47. RGB value is (186,213,71). Sum of RGB (Red+Green+Blue) = 186+213+71=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD547 is #452AB8. Grayscale: #BDBDBD. Windows color (decimal): -4532921 or 4707770. OLE color: 4707770.
HSL color Cylindrical-coordinate representation of color #BAD547: hue angle of 71.41º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAD547 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 71 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.16 |
| HSL | 71.41º | 0.63% | 0.56% | - |
| HSV(B) | 71.41º | 0.67% | 0.84% | - |
| XYZ | 45.18 | 58.48 | 14.87 | - |
| YUV | 188.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 71 | 0.13 | 0 | 0.67 | 0.16 | 71.41 | 0.63 | 0.56 |
| Hex | BA | D5 | 47 | D | 0 | 43 | 10 | 47 | 3F | 38 |
| Octal | 272 | 325 | 107 | 15 | 0 | 103 | 20 | 107 | 77 | 70 |
| Binary | 10111010 | 11010101 | 1000111 | 1101 | 0 | 1000011 | 10000 | 1000111 | 111111 | 111000 |
Color Harmonies of #BAD547
Complementary color
Monochromatic Colors of #BAD547
Black with #BAD547
Text Example
Text Example
White with #BAD547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD547; }
p { color: rgb(186,213,71); }
H1.HeaderClassName
{
color: #BAD547;
}
.AnyTagClassName
{
color: #BAD547;
}
</style>
background-color css
<style>
a { background-color: #BAD547; }
a { background-color: rgb(186,213,71); }
div.DivClassName
{
background-color: #BAD547;
}
.BgClassName
{
background-color: #BAD547;
}
</style>
border-color css
<style>
span { border-color: #BAD547; }
span { border-color: rgb(186,213,71); }
td.TdClassName
{
border-color: #BAD547;
}
.TagClassName
{
border-color: #BAD547;
}
</style>