Shades of Conifer #BADA5D
Tints of Conifer #BADA5D
RGB
CMYK
RGB Variations
Color information
#BADA5D (or 0xBADA5D) is known color: Conifer. HEX triplet: BA, DA and 5D. RGB value is (186,218,93). Sum of RGB (Red+Green+Blue) = 186+218+93=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA5D is #4525A2. Grayscale: #C2C2C2. Windows color (decimal): -4531619 or 6150842. OLE color: 6150842.
HSL color Cylindrical-coordinate representation of color #BADA5D: hue angle of 75.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BADA5D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 93 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.15 |
| HSL | 75.36º | 0.63% | 0.61% | - |
| HSV(B) | 75.36º | 0.57% | 0.85% | - |
| XYZ | 47.3 | 61.37 | 19.71 | - |
| YUV | 194.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 93 | 0.15 | 0 | 0.57 | 0.15 | 75.36 | 0.63 | 0.61 |
| Hex | BA | DA | 5D | F | 0 | 39 | F | 4B | 3F | 3D |
| Octal | 272 | 332 | 135 | 17 | 0 | 71 | 17 | 113 | 77 | 75 |
| Binary | 10111010 | 11011010 | 1011101 | 1111 | 0 | 111001 | 1111 | 1001011 | 111111 | 111101 |
Color Harmonies of #BADA5D
Complementary color
Monochromatic Colors of #BADA5D
Black with #BADA5D
Text Example
Text Example
White with #BADA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA5D; }
p { color: rgb(186,218,93); }
H1.HeaderClassName
{
color: #BADA5D;
}
.AnyTagClassName
{
color: #BADA5D;
}
</style>
background-color css
<style>
a { background-color: #BADA5D; }
a { background-color: rgb(186,218,93); }
div.DivClassName
{
background-color: #BADA5D;
}
.BgClassName
{
background-color: #BADA5D;
}
</style>
border-color css
<style>
span { border-color: #BADA5D; }
span { border-color: rgb(186,218,93); }
td.TdClassName
{
border-color: #BADA5D;
}
.TagClassName
{
border-color: #BADA5D;
}
</style>