Shades of Conifer #B2D957
Tints of Conifer #B2D957
RGB
CMYK
RGB Variations
Color information
#B2D957 (or 0xB2D957) is known color: Conifer. HEX triplet: B2, D9 and 57. RGB value is (178,217,87). Sum of RGB (Red+Green+Blue) = 178+217+87=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D957 is #4D26A8. Grayscale: #BFBFBF. Windows color (decimal): -5056169 or 5757362. OLE color: 5757362.
HSL color Cylindrical-coordinate representation of color #B2D957: hue angle of 78º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2D957 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 87 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.15 |
| HSL | 78º | 0.63% | 0.6% | - |
| HSV(B) | 78º | 0.6% | 0.85% | - |
| XYZ | 44.89 | 59.78 | 18.19 | - |
| YUV | 190.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 87 | 0.18 | 0 | 0.60 | 0.15 | 78 | 0.63 | 0.6 |
| Hex | B2 | D9 | 57 | 12 | 0 | 3C | F | 4E | 3F | 3C |
| Octal | 262 | 331 | 127 | 22 | 0 | 74 | 17 | 116 | 77 | 74 |
| Binary | 10110010 | 11011001 | 1010111 | 10010 | 0 | 111100 | 1111 | 1001110 | 111111 | 111100 |
Color Harmonies of #B2D957
Complementary color
Monochromatic Colors of #B2D957
Black with #B2D957
Text Example
Text Example
White with #B2D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D957; }
p { color: rgb(178,217,87); }
H1.HeaderClassName
{
color: #B2D957;
}
.AnyTagClassName
{
color: #B2D957;
}
</style>
background-color css
<style>
a { background-color: #B2D957; }
a { background-color: rgb(178,217,87); }
div.DivClassName
{
background-color: #B2D957;
}
.BgClassName
{
background-color: #B2D957;
}
</style>
border-color css
<style>
span { border-color: #B2D957; }
span { border-color: rgb(178,217,87); }
td.TdClassName
{
border-color: #B2D957;
}
.TagClassName
{
border-color: #B2D957;
}
</style>