Shades of Conifer #BADA5C
Tints of Conifer #BADA5C
RGB
CMYK
RGB Variations
Color information
#BADA5C (or 0xBADA5C) is known color: Conifer. HEX triplet: BA, DA and 5C. RGB value is (186,218,92). Sum of RGB (Red+Green+Blue) = 186+218+92=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA5C is #4525A3. Grayscale: #C2C2C2. Windows color (decimal): -4531620 or 6085306. OLE color: 6085306.
HSL color Cylindrical-coordinate representation of color #BADA5C: hue angle of 75.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BADA5C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 92 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.15 |
| HSL | 75.24º | 0.63% | 0.61% | - |
| HSV(B) | 75.24º | 0.58% | 0.85% | - |
| XYZ | 47.25 | 61.35 | 19.48 | - |
| YUV | 194.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 92 | 0.15 | 0 | 0.58 | 0.15 | 75.24 | 0.63 | 0.61 |
| Hex | BA | DA | 5C | F | 0 | 3A | F | 4B | 3F | 3D |
| Octal | 272 | 332 | 134 | 17 | 0 | 72 | 17 | 113 | 77 | 75 |
| Binary | 10111010 | 11011010 | 1011100 | 1111 | 0 | 111010 | 1111 | 1001011 | 111111 | 111101 |
Color Harmonies of #BADA5C
Complementary color
Monochromatic Colors of #BADA5C
Black with #BADA5C
Text Example
Text Example
White with #BADA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA5C; }
p { color: rgb(186,218,92); }
H1.HeaderClassName
{
color: #BADA5C;
}
.AnyTagClassName
{
color: #BADA5C;
}
</style>
background-color css
<style>
a { background-color: #BADA5C; }
a { background-color: rgb(186,218,92); }
div.DivClassName
{
background-color: #BADA5C;
}
.BgClassName
{
background-color: #BADA5C;
}
</style>
border-color css
<style>
span { border-color: #BADA5C; }
span { border-color: rgb(186,218,92); }
td.TdClassName
{
border-color: #BADA5C;
}
.TagClassName
{
border-color: #BADA5C;
}
</style>