Shades of Conifer #BAD855
Tints of Conifer #BAD855
RGB
CMYK
RGB Variations
Color information
#BAD855 (or 0xBAD855) is known color: Conifer. HEX triplet: BA, D8 and 55. RGB value is (186,216,85). Sum of RGB (Red+Green+Blue) = 186+216+85=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD855 is #4527AA. Grayscale: #C0C0C0. Windows color (decimal): -4532139 or 5626042. OLE color: 5626042.
HSL color Cylindrical-coordinate representation of color #BAD855: hue angle of 73.74º 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 #BAD855 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 85 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 73.74º | 0.63% | 0.59% | - |
| HSV(B) | 73.74º | 0.61% | 0.85% | - |
| XYZ | 46.45 | 60.21 | 17.77 | - |
| YUV | 192.1 | 67.56 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 85 | 0.14 | 0 | 0.61 | 0.15 | 73.74 | 0.63 | 0.59 |
| Hex | BA | D8 | 55 | E | 0 | 3D | F | 4A | 3F | 3B |
| Octal | 272 | 330 | 125 | 16 | 0 | 75 | 17 | 112 | 77 | 73 |
| Binary | 10111010 | 11011000 | 1010101 | 1110 | 0 | 111101 | 1111 | 1001010 | 111111 | 111011 |
Color Harmonies of #BAD855
Complementary color
Monochromatic Colors of #BAD855
Black with #BAD855
Text Example
Text Example
White with #BAD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD855; }
p { color: rgb(186,216,85); }
H1.HeaderClassName
{
color: #BAD855;
}
.AnyTagClassName
{
color: #BAD855;
}
</style>
background-color css
<style>
a { background-color: #BAD855; }
a { background-color: rgb(186,216,85); }
div.DivClassName
{
background-color: #BAD855;
}
.BgClassName
{
background-color: #BAD855;
}
</style>
border-color css
<style>
span { border-color: #BAD855; }
span { border-color: rgb(186,216,85); }
td.TdClassName
{
border-color: #BAD855;
}
.TagClassName
{
border-color: #BAD855;
}
</style>