Shades of Conifer #BAD955
Tints of Conifer #BAD955
RGB
CMYK
RGB Variations
Color information
#BAD955 (or 0xBAD955) is known color: Conifer. HEX triplet: BA, D9 and 55. RGB value is (186,217,85). Sum of RGB (Red+Green+Blue) = 186+217+85=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD955 is #4526AA. Grayscale: #C1C1C1. Windows color (decimal): -4531883 or 5626298. OLE color: 5626298.
HSL color Cylindrical-coordinate representation of color #BAD955: hue angle of 74.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAD955 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 85 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 74.09º | 0.63% | 0.59% | - |
| HSV(B) | 74.09º | 0.61% | 0.85% | - |
| XYZ | 46.7 | 60.72 | 17.85 | - |
| YUV | 192.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 85 | 0.14 | 0 | 0.61 | 0.15 | 74.09 | 0.63 | 0.59 |
| Hex | BA | D9 | 55 | E | 0 | 3D | F | 4A | 3F | 3B |
| Octal | 272 | 331 | 125 | 16 | 0 | 75 | 17 | 112 | 77 | 73 |
| Binary | 10111010 | 11011001 | 1010101 | 1110 | 0 | 111101 | 1111 | 1001010 | 111111 | 111011 |
Color Harmonies of #BAD955
Complementary color
Monochromatic Colors of #BAD955
Black with #BAD955
Text Example
Text Example
White with #BAD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD955; }
p { color: rgb(186,217,85); }
H1.HeaderClassName
{
color: #BAD955;
}
.AnyTagClassName
{
color: #BAD955;
}
</style>
background-color css
<style>
a { background-color: #BAD955; }
a { background-color: rgb(186,217,85); }
div.DivClassName
{
background-color: #BAD955;
}
.BgClassName
{
background-color: #BAD955;
}
</style>
border-color css
<style>
span { border-color: #BAD955; }
span { border-color: rgb(186,217,85); }
td.TdClassName
{
border-color: #BAD955;
}
.TagClassName
{
border-color: #BAD955;
}
</style>