Shades of Conifer #B6D562
Tints of Conifer #B6D562
RGB
CMYK
RGB Variations
Color information
#B6D562 (or 0xB6D562) is known color: Conifer. HEX triplet: B6, D5 and 62. RGB value is (182,213,98). Sum of RGB (Red+Green+Blue) = 182+213+98=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D562 is #492A9D. Grayscale: #BFBFBF. Windows color (decimal): -4795038 or 6477238. OLE color: 6477238.
HSL color Cylindrical-coordinate representation of color #B6D562: hue angle of 76.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6D562 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 98 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.16 |
| HSL | 76.17º | 0.58% | 0.61% | - |
| HSV(B) | 76.17º | 0.54% | 0.84% | - |
| XYZ | 45.29 | 58.42 | 20.44 | - |
| YUV | 190.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 98 | 0.15 | 0 | 0.54 | 0.16 | 76.17 | 0.58 | 0.61 |
| Hex | B6 | D5 | 62 | F | 0 | 36 | 10 | 4C | 3A | 3D |
| Octal | 266 | 325 | 142 | 17 | 0 | 66 | 20 | 114 | 72 | 75 |
| Binary | 10110110 | 11010101 | 1100010 | 1111 | 0 | 110110 | 10000 | 1001100 | 111010 | 111101 |
Color Harmonies of #B6D562
Complementary color
Monochromatic Colors of #B6D562
Black with #B6D562
Text Example
Text Example
White with #B6D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D562; }
p { color: rgb(182,213,98); }
H1.HeaderClassName
{
color: #B6D562;
}
.AnyTagClassName
{
color: #B6D562;
}
</style>
background-color css
<style>
a { background-color: #B6D562; }
a { background-color: rgb(182,213,98); }
div.DivClassName
{
background-color: #B6D562;
}
.BgClassName
{
background-color: #B6D562;
}
</style>
border-color css
<style>
span { border-color: #B6D562; }
span { border-color: rgb(182,213,98); }
td.TdClassName
{
border-color: #B6D562;
}
.TagClassName
{
border-color: #B6D562;
}
</style>