Shades of Conifer #B2D656
Tints of Conifer #B2D656
RGB
CMYK
RGB Variations
Color information
#B2D656 (or 0xB2D656) is known color: Conifer. HEX triplet: B2, D6 and 56. RGB value is (178,214,86). Sum of RGB (Red+Green+Blue) = 178+214+86=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D656 is #4D29A9. Grayscale: #BDBDBD. Windows color (decimal): -5056938 or 5691058. OLE color: 5691058.
HSL color Cylindrical-coordinate representation of color #B2D656: hue angle of 76.88º degrees, saturation: 0.61, 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 #B2D656 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 86 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.16 |
| HSL | 76.88º | 0.61% | 0.59% | - |
| HSV(B) | 76.88º | 0.6% | 0.84% | - |
| XYZ | 44.09 | 58.23 | 17.72 | - |
| YUV | 188.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 86 | 0.17 | 0 | 0.60 | 0.16 | 76.88 | 0.61 | 0.59 |
| Hex | B2 | D6 | 56 | 11 | 0 | 3C | 10 | 4D | 3D | 3B |
| Octal | 262 | 326 | 126 | 21 | 0 | 74 | 20 | 115 | 75 | 73 |
| Binary | 10110010 | 11010110 | 1010110 | 10001 | 0 | 111100 | 10000 | 1001101 | 111101 | 111011 |
Color Harmonies of #B2D656
Complementary color
Monochromatic Colors of #B2D656
Black with #B2D656
Text Example
Text Example
White with #B2D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D656; }
p { color: rgb(178,214,86); }
H1.HeaderClassName
{
color: #B2D656;
}
.AnyTagClassName
{
color: #B2D656;
}
</style>
background-color css
<style>
a { background-color: #B2D656; }
a { background-color: rgb(178,214,86); }
div.DivClassName
{
background-color: #B2D656;
}
.BgClassName
{
background-color: #B2D656;
}
</style>
border-color css
<style>
span { border-color: #B2D656; }
span { border-color: rgb(178,214,86); }
td.TdClassName
{
border-color: #B2D656;
}
.TagClassName
{
border-color: #B2D656;
}
</style>