Shades of Conifer #BADB5E
Tints of Conifer #BADB5E
RGB
CMYK
RGB Variations
Color information
#BADB5E (or 0xBADB5E) is known color: Conifer. HEX triplet: BA, DB and 5E. RGB value is (186,219,94). Sum of RGB (Red+Green+Blue) = 186+219+94=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB5E is #4524A1. Grayscale: #C3C3C3. Windows color (decimal): -4531362 or 6216634. OLE color: 6216634.
HSL color Cylindrical-coordinate representation of color #BADB5E: hue angle of 75.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BADB5E is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 219 | 94 | - |
CMYK | 0.15 | 0 | 0.57 | 0.14 |
HSL | 75.84º | 0.63% | 0.61% | - |
HSV(B) | 75.84º | 0.57% | 0.86% | - |
XYZ | 47.6 | 61.91 | 20.03 | - |
YUV | 194.88 | 71.07 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 219 | 94 | 0.15 | 0 | 0.57 | 0.14 | 75.84 | 0.63 | 0.61 |
Hex | BA | DB | 5E | F | 0 | 39 | E | 4C | 3F | 3D |
Octal | 272 | 333 | 136 | 17 | 0 | 71 | 16 | 114 | 77 | 75 |
Binary | 10111010 | 11011011 | 1011110 | 1111 | 0 | 111001 | 1110 | 1001100 | 111111 | 111101 |
Color Harmonies of #BADB5E
Complementary color
Monochromatic Colors of #BADB5E
Black with #BADB5E
Text Example
Text Example
White with #BADB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB5E; }
p { color: rgb(186,219,94); }
H1.HeaderClassName
{
color: #BADB5E;
}
.AnyTagClassName
{
color: #BADB5E;
}
</style>
background-color css
<style>
a { background-color: #BADB5E; }
a { background-color: rgb(186,219,94); }
div.DivClassName
{
background-color: #BADB5E;
}
.BgClassName
{
background-color: #BADB5E;
}
</style>
border-color css
<style>
span { border-color: #BADB5E; }
span { border-color: rgb(186,219,94); }
td.TdClassName
{
border-color: #BADB5E;
}
.TagClassName
{
border-color: #BADB5E;
}
</style>