Shades of Conifer #B7D65B
Tints of Conifer #B7D65B
RGB
CMYK
RGB Variations
Color information
#B7D65B (or 0xB7D65B) is known color: Conifer. HEX triplet: B7, D6 and 5B. RGB value is (183,214,91). Sum of RGB (Red+Green+Blue) = 183+214+91=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D65B is #4829A4. Grayscale: #BFBFBF. Windows color (decimal): -4729253 or 6018743. OLE color: 6018743.
HSL color Cylindrical-coordinate representation of color #B7D65B: hue angle of 75.12º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7D65B is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 91 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.16 |
| HSL | 75.12º | 0.6% | 0.6% | - |
| HSV(B) | 75.12º | 0.57% | 0.84% | - |
| XYZ | 45.46 | 58.92 | 18.87 | - |
| YUV | 190.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 91 | 0.14 | 0 | 0.57 | 0.16 | 75.12 | 0.6 | 0.6 |
| Hex | B7 | D6 | 5B | E | 0 | 39 | 10 | 4B | 3C | 3C |
| Octal | 267 | 326 | 133 | 16 | 0 | 71 | 20 | 113 | 74 | 74 |
| Binary | 10110111 | 11010110 | 1011011 | 1110 | 0 | 111001 | 10000 | 1001011 | 111100 | 111100 |
Color Harmonies of #B7D65B
Complementary color
Monochromatic Colors of #B7D65B
Black with #B7D65B
Text Example
Text Example
White with #B7D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D65B; }
p { color: rgb(183,214,91); }
H1.HeaderClassName
{
color: #B7D65B;
}
.AnyTagClassName
{
color: #B7D65B;
}
</style>
background-color css
<style>
a { background-color: #B7D65B; }
a { background-color: rgb(183,214,91); }
div.DivClassName
{
background-color: #B7D65B;
}
.BgClassName
{
background-color: #B7D65B;
}
</style>
border-color css
<style>
span { border-color: #B7D65B; }
span { border-color: rgb(183,214,91); }
td.TdClassName
{
border-color: #B7D65B;
}
.TagClassName
{
border-color: #B7D65B;
}
</style>