Shades of Conifer #BADC5F
Tints of Conifer #BADC5F
RGB
CMYK
RGB Variations
Color information
#BADC5F (or 0xBADC5F) is known color: Conifer. HEX triplet: BA, DC and 5F. RGB value is (186,220,95). Sum of RGB (Red+Green+Blue) = 186+220+95=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC5F is #4523A0. Grayscale: #C4C4C4. Windows color (decimal): -4531105 or 6282426. OLE color: 6282426.
HSL color Cylindrical-coordinate representation of color #BADC5F: hue angle of 76.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BADC5F is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 95 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.14 |
| HSL | 76.32º | 0.64% | 0.62% | - |
| HSV(B) | 76.32º | 0.57% | 0.86% | - |
| XYZ | 47.91 | 62.45 | 20.36 | - |
| YUV | 195.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 95 | 0.15 | 0 | 0.57 | 0.14 | 76.32 | 0.64 | 0.62 |
| Hex | BA | DC | 5F | F | 0 | 39 | E | 4C | 40 | 3E |
| Octal | 272 | 334 | 137 | 17 | 0 | 71 | 16 | 114 | 100 | 76 |
| Binary | 10111010 | 11011100 | 1011111 | 1111 | 0 | 111001 | 1110 | 1001100 | 1000000 | 111110 |
Color Harmonies of #BADC5F
Complementary color
Monochromatic Colors of #BADC5F
Black with #BADC5F
Text Example
Text Example
White with #BADC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC5F; }
p { color: rgb(186,220,95); }
H1.HeaderClassName
{
color: #BADC5F;
}
.AnyTagClassName
{
color: #BADC5F;
}
</style>
background-color css
<style>
a { background-color: #BADC5F; }
a { background-color: rgb(186,220,95); }
div.DivClassName
{
background-color: #BADC5F;
}
.BgClassName
{
background-color: #BADC5F;
}
</style>
border-color css
<style>
span { border-color: #BADC5F; }
span { border-color: rgb(186,220,95); }
td.TdClassName
{
border-color: #BADC5F;
}
.TagClassName
{
border-color: #BADC5F;
}
</style>