Shades of Conifer #B7D961
Tints of Conifer #B7D961
RGB
CMYK
RGB Variations
Color information
#B7D961 (or 0xB7D961) is known color: Conifer. HEX triplet: B7, D9 and 61. RGB value is (183,217,97). Sum of RGB (Red+Green+Blue) = 183+217+97=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D961 is #48269E. Grayscale: #C1C1C1. Windows color (decimal): -4728479 or 6412727. OLE color: 6412727.
HSL color Cylindrical-coordinate representation of color #B7D961: hue angle of 77º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D961 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 97 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.15 |
| HSL | 77º | 0.61% | 0.62% | - |
| HSV(B) | 77º | 0.55% | 0.85% | - |
| XYZ | 46.5 | 60.56 | 20.55 | - |
| YUV | 193.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 97 | 0.16 | 0 | 0.55 | 0.15 | 77 | 0.61 | 0.62 |
| Hex | B7 | D9 | 61 | 10 | 0 | 37 | F | 4D | 3D | 3E |
| Octal | 267 | 331 | 141 | 20 | 0 | 67 | 17 | 115 | 75 | 76 |
| Binary | 10110111 | 11011001 | 1100001 | 10000 | 0 | 110111 | 1111 | 1001101 | 111101 | 111110 |
Color Harmonies of #B7D961
Complementary color
Monochromatic Colors of #B7D961
Black with #B7D961
Text Example
Text Example
White with #B7D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D961; }
p { color: rgb(183,217,97); }
H1.HeaderClassName
{
color: #B7D961;
}
.AnyTagClassName
{
color: #B7D961;
}
</style>
background-color css
<style>
a { background-color: #B7D961; }
a { background-color: rgb(183,217,97); }
div.DivClassName
{
background-color: #B7D961;
}
.BgClassName
{
background-color: #B7D961;
}
</style>
border-color css
<style>
span { border-color: #B7D961; }
span { border-color: rgb(183,217,97); }
td.TdClassName
{
border-color: #B7D961;
}
.TagClassName
{
border-color: #B7D961;
}
</style>