Shades of Conifer #B0D957
Tints of Conifer #B0D957
RGB
CMYK
RGB Variations
Color information
#B0D957 (or 0xB0D957) is known color: Conifer. HEX triplet: B0, D9 and 57. RGB value is (176,217,87). Sum of RGB (Red+Green+Blue) = 176+217+87=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D957 is #4F26A8. Grayscale: #BEBEBE. Windows color (decimal): -5187241 or 5757360. OLE color: 5757360.
HSL color Cylindrical-coordinate representation of color #B0D957: hue angle of 78.92º 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 #B0D957 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 87 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.15 |
| HSL | 78.92º | 0.63% | 0.6% | - |
| HSV(B) | 78.92º | 0.6% | 0.85% | - |
| XYZ | 44.44 | 59.54 | 18.17 | - |
| YUV | 189.92 | 69.92 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 87 | 0.19 | 0 | 0.60 | 0.15 | 78.92 | 0.63 | 0.6 |
| Hex | B0 | D9 | 57 | 13 | 0 | 3C | F | 4F | 3F | 3C |
| Octal | 260 | 331 | 127 | 23 | 0 | 74 | 17 | 117 | 77 | 74 |
| Binary | 10110000 | 11011001 | 1010111 | 10011 | 0 | 111100 | 1111 | 1001111 | 111111 | 111100 |
Color Harmonies of #B0D957
Complementary color
Monochromatic Colors of #B0D957
Black with #B0D957
Text Example
Text Example
White with #B0D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D957; }
p { color: rgb(176,217,87); }
H1.HeaderClassName
{
color: #B0D957;
}
.AnyTagClassName
{
color: #B0D957;
}
</style>
background-color css
<style>
a { background-color: #B0D957; }
a { background-color: rgb(176,217,87); }
div.DivClassName
{
background-color: #B0D957;
}
.BgClassName
{
background-color: #B0D957;
}
</style>
border-color css
<style>
span { border-color: #B0D957; }
span { border-color: rgb(176,217,87); }
td.TdClassName
{
border-color: #B0D957;
}
.TagClassName
{
border-color: #B0D957;
}
</style>