Shades of Conifer #B0D76A
Tints of Conifer #B0D76A
RGB
CMYK
RGB Variations
Color information
#B0D76A (or 0xB0D76A) is known color: Conifer. HEX triplet: B0, D7 and 6A. RGB value is (176,215,106). Sum of RGB (Red+Green+Blue) = 176+215+106=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D76A is #4F2895. Grayscale: #BFBFBF. Windows color (decimal): -5187734 or 7002032. OLE color: 7002032.
HSL color Cylindrical-coordinate representation of color #B0D76A: hue angle of 81.47º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0D76A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 106 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.16 |
| HSL | 81.47º | 0.58% | 0.63% | - |
| HSV(B) | 81.47º | 0.51% | 0.84% | - |
| XYZ | 44.81 | 58.87 | 22.64 | - |
| YUV | 190.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 106 | 0.18 | 0 | 0.51 | 0.16 | 81.47 | 0.58 | 0.63 |
| Hex | B0 | D7 | 6A | 12 | 0 | 33 | 10 | 51 | 3A | 3F |
| Octal | 260 | 327 | 152 | 22 | 0 | 63 | 20 | 121 | 72 | 77 |
| Binary | 10110000 | 11010111 | 1101010 | 10010 | 0 | 110011 | 10000 | 1010001 | 111010 | 111111 |
Color Harmonies of #B0D76A
Complementary color
Monochromatic Colors of #B0D76A
Black with #B0D76A
Text Example
Text Example
White with #B0D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D76A; }
p { color: rgb(176,215,106); }
H1.HeaderClassName
{
color: #B0D76A;
}
.AnyTagClassName
{
color: #B0D76A;
}
</style>
background-color css
<style>
a { background-color: #B0D76A; }
a { background-color: rgb(176,215,106); }
div.DivClassName
{
background-color: #B0D76A;
}
.BgClassName
{
background-color: #B0D76A;
}
</style>
border-color css
<style>
span { border-color: #B0D76A; }
span { border-color: rgb(176,215,106); }
td.TdClassName
{
border-color: #B0D76A;
}
.TagClassName
{
border-color: #B0D76A;
}
</style>