Shades of Conifer #BAD346
Tints of Conifer #BAD346
RGB
CMYK
RGB Variations
Color information
#BAD346 (or 0xBAD346) is known color: Conifer. HEX triplet: BA, D3 and 46. RGB value is (186,211,70). Sum of RGB (Red+Green+Blue) = 186+211+70=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD346 is #452CB9. Grayscale: #BBBBBB. Windows color (decimal): -4533434 or 4641722. OLE color: 4641722.
HSL color Cylindrical-coordinate representation of color #BAD346: hue angle of 70.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAD346 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 70 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.17 |
| HSL | 70.64º | 0.62% | 0.55% | - |
| HSV(B) | 70.64º | 0.67% | 0.83% | - |
| XYZ | 44.65 | 57.47 | 14.53 | - |
| YUV | 187.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 70 | 0.12 | 0 | 0.67 | 0.17 | 70.64 | 0.62 | 0.55 |
| Hex | BA | D3 | 46 | C | 0 | 43 | 11 | 47 | 3E | 37 |
| Octal | 272 | 323 | 106 | 14 | 0 | 103 | 21 | 107 | 76 | 67 |
| Binary | 10111010 | 11010011 | 1000110 | 1100 | 0 | 1000011 | 10001 | 1000111 | 111110 | 110111 |
Color Harmonies of #BAD346
Complementary color
Monochromatic Colors of #BAD346
Black with #BAD346
Text Example
Text Example
White with #BAD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD346; }
p { color: rgb(186,211,70); }
H1.HeaderClassName
{
color: #BAD346;
}
.AnyTagClassName
{
color: #BAD346;
}
</style>
background-color css
<style>
a { background-color: #BAD346; }
a { background-color: rgb(186,211,70); }
div.DivClassName
{
background-color: #BAD346;
}
.BgClassName
{
background-color: #BAD346;
}
</style>
border-color css
<style>
span { border-color: #BAD346; }
span { border-color: rgb(186,211,70); }
td.TdClassName
{
border-color: #BAD346;
}
.TagClassName
{
border-color: #BAD346;
}
</style>