Shades of Conifer #B7D661
Tints of Conifer #B7D661
RGB
CMYK
RGB Variations
Color information
#B7D661 (or 0xB7D661) is known color: Conifer. HEX triplet: B7, D6 and 61. RGB value is (183,214,97). Sum of RGB (Red+Green+Blue) = 183+214+97=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D661 is #48299E. Grayscale: #BFBFBF. Windows color (decimal): -4729247 or 6411959. OLE color: 6411959.
HSL color Cylindrical-coordinate representation of color #B7D661: hue angle of 75.9º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D661 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 97 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.16 |
| HSL | 75.9º | 0.59% | 0.61% | - |
| HSV(B) | 75.9º | 0.55% | 0.84% | - |
| XYZ | 45.73 | 59.02 | 20.29 | - |
| YUV | 191.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 97 | 0.14 | 0 | 0.55 | 0.16 | 75.9 | 0.59 | 0.61 |
| Hex | B7 | D6 | 61 | E | 0 | 37 | 10 | 4C | 3B | 3D |
| Octal | 267 | 326 | 141 | 16 | 0 | 67 | 20 | 114 | 73 | 75 |
| Binary | 10110111 | 11010110 | 1100001 | 1110 | 0 | 110111 | 10000 | 1001100 | 111011 | 111101 |
Color Harmonies of #B7D661
Complementary color
Monochromatic Colors of #B7D661
Black with #B7D661
Text Example
Text Example
White with #B7D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D661; }
p { color: rgb(183,214,97); }
H1.HeaderClassName
{
color: #B7D661;
}
.AnyTagClassName
{
color: #B7D661;
}
</style>
background-color css
<style>
a { background-color: #B7D661; }
a { background-color: rgb(183,214,97); }
div.DivClassName
{
background-color: #B7D661;
}
.BgClassName
{
background-color: #B7D661;
}
</style>
border-color css
<style>
span { border-color: #B7D661; }
span { border-color: rgb(183,214,97); }
td.TdClassName
{
border-color: #B7D661;
}
.TagClassName
{
border-color: #B7D661;
}
</style>