Shades of Conifer #B6D85D
Tints of Conifer #B6D85D
RGB
CMYK
RGB Variations
Color information
#B6D85D (or 0xB6D85D) is known color: Conifer. HEX triplet: B6, D8 and 5D. RGB value is (182,216,93). Sum of RGB (Red+Green+Blue) = 182+216+93=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D85D is #4927A2. Grayscale: #C0C0C0. Windows color (decimal): -4794275 or 6150326. OLE color: 6150326.
HSL color Cylindrical-coordinate representation of color #B6D85D: hue angle of 76.59º degrees, saturation: 0.61, 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 #B6D85D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 93 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.15 |
| HSL | 76.59º | 0.61% | 0.61% | - |
| HSV(B) | 76.59º | 0.57% | 0.85% | - |
| XYZ | 45.82 | 59.85 | 19.49 | - |
| YUV | 191.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 93 | 0.16 | 0 | 0.57 | 0.15 | 76.59 | 0.61 | 0.61 |
| Hex | B6 | D8 | 5D | 10 | 0 | 39 | F | 4D | 3D | 3D |
| Octal | 266 | 330 | 135 | 20 | 0 | 71 | 17 | 115 | 75 | 75 |
| Binary | 10110110 | 11011000 | 1011101 | 10000 | 0 | 111001 | 1111 | 1001101 | 111101 | 111101 |
Color Harmonies of #B6D85D
Complementary color
Monochromatic Colors of #B6D85D
Black with #B6D85D
Text Example
Text Example
White with #B6D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D85D; }
p { color: rgb(182,216,93); }
H1.HeaderClassName
{
color: #B6D85D;
}
.AnyTagClassName
{
color: #B6D85D;
}
</style>
background-color css
<style>
a { background-color: #B6D85D; }
a { background-color: rgb(182,216,93); }
div.DivClassName
{
background-color: #B6D85D;
}
.BgClassName
{
background-color: #B6D85D;
}
</style>
border-color css
<style>
span { border-color: #B6D85D; }
span { border-color: rgb(182,216,93); }
td.TdClassName
{
border-color: #B6D85D;
}
.TagClassName
{
border-color: #B6D85D;
}
</style>