Shades of Conifer #B6D556
Tints of Conifer #B6D556
RGB
CMYK
RGB Variations
Color information
#B6D556 (or 0xB6D556) is known color: Conifer. HEX triplet: B6, D5 and 56. RGB value is (182,213,86). Sum of RGB (Red+Green+Blue) = 182+213+86=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D556 is #492AA9. Grayscale: #BDBDBD. Windows color (decimal): -4795050 or 5690806. OLE color: 5690806.
HSL color Cylindrical-coordinate representation of color #B6D556: hue angle of 74.65º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6D556 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 86 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.16 |
| HSL | 74.65º | 0.6% | 0.59% | - |
| HSV(B) | 74.65º | 0.6% | 0.84% | - |
| XYZ | 44.77 | 58.21 | 17.68 | - |
| YUV | 189.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 86 | 0.15 | 0 | 0.60 | 0.16 | 74.65 | 0.6 | 0.59 |
| Hex | B6 | D5 | 56 | F | 0 | 3C | 10 | 4B | 3C | 3B |
| Octal | 266 | 325 | 126 | 17 | 0 | 74 | 20 | 113 | 74 | 73 |
| Binary | 10110110 | 11010101 | 1010110 | 1111 | 0 | 111100 | 10000 | 1001011 | 111100 | 111011 |
Color Harmonies of #B6D556
Complementary color
Monochromatic Colors of #B6D556
Black with #B6D556
Text Example
Text Example
White with #B6D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D556; }
p { color: rgb(182,213,86); }
H1.HeaderClassName
{
color: #B6D556;
}
.AnyTagClassName
{
color: #B6D556;
}
</style>
background-color css
<style>
a { background-color: #B6D556; }
a { background-color: rgb(182,213,86); }
div.DivClassName
{
background-color: #B6D556;
}
.BgClassName
{
background-color: #B6D556;
}
</style>
border-color css
<style>
span { border-color: #B6D556; }
span { border-color: rgb(182,213,86); }
td.TdClassName
{
border-color: #B6D556;
}
.TagClassName
{
border-color: #B6D556;
}
</style>