Shades of Conifer #B0D76E
Tints of Conifer #B0D76E
RGB
CMYK
RGB Variations
Color information
#B0D76E (or 0xB0D76E) is known color: Conifer. HEX triplet: B0, D7 and 6E. RGB value is (176,215,110). Sum of RGB (Red+Green+Blue) = 176+215+110=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D76E is #4F2891. Grayscale: #BFBFBF. Windows color (decimal): -5187730 or 7264176. OLE color: 7264176.
HSL color Cylindrical-coordinate representation of color #B0D76E: hue angle of 82.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0D76E is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 110 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.16 |
| HSL | 82.29º | 0.57% | 0.64% | - |
| HSV(B) | 82.29º | 0.49% | 0.84% | - |
| XYZ | 45.02 | 58.96 | 23.76 | - |
| YUV | 191.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 110 | 0.18 | 0 | 0.49 | 0.16 | 82.29 | 0.57 | 0.64 |
| Hex | B0 | D7 | 6E | 12 | 0 | 31 | 10 | 52 | 39 | 40 |
| Octal | 260 | 327 | 156 | 22 | 0 | 61 | 20 | 122 | 71 | 100 |
| Binary | 10110000 | 11010111 | 1101110 | 10010 | 0 | 110001 | 10000 | 1010010 | 111001 | 1000000 |
Color Harmonies of #B0D76E
Complementary color
Monochromatic Colors of #B0D76E
Black with #B0D76E
Text Example
Text Example
White with #B0D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D76E; }
p { color: rgb(176,215,110); }
H1.HeaderClassName
{
color: #B0D76E;
}
.AnyTagClassName
{
color: #B0D76E;
}
</style>
background-color css
<style>
a { background-color: #B0D76E; }
a { background-color: rgb(176,215,110); }
div.DivClassName
{
background-color: #B0D76E;
}
.BgClassName
{
background-color: #B0D76E;
}
</style>
border-color css
<style>
span { border-color: #B0D76E; }
span { border-color: rgb(176,215,110); }
td.TdClassName
{
border-color: #B0D76E;
}
.TagClassName
{
border-color: #B0D76E;
}
</style>