Shades of Conifer #B0D963
Tints of Conifer #B0D963
RGB
CMYK
RGB Variations
Color information
#B0D963 (or 0xB0D963) is known color: Conifer. HEX triplet: B0, D9 and 63. RGB value is (176,217,99). Sum of RGB (Red+Green+Blue) = 176+217+99=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D963 is #4F269C. Grayscale: #BFBFBF. Windows color (decimal): -5187229 or 6543792. OLE color: 6543792.
HSL color Cylindrical-coordinate representation of color #B0D963: hue angle of 80.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0D963 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 99 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.15 |
| HSL | 80.85º | 0.61% | 0.62% | - |
| HSV(B) | 80.85º | 0.54% | 0.85% | - |
| XYZ | 44.97 | 59.76 | 20.97 | - |
| YUV | 191.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 99 | 0.19 | 0 | 0.54 | 0.15 | 80.85 | 0.61 | 0.62 |
| Hex | B0 | D9 | 63 | 13 | 0 | 36 | F | 51 | 3D | 3E |
| Octal | 260 | 331 | 143 | 23 | 0 | 66 | 17 | 121 | 75 | 76 |
| Binary | 10110000 | 11011001 | 1100011 | 10011 | 0 | 110110 | 1111 | 1010001 | 111101 | 111110 |
Color Harmonies of #B0D963
Complementary color
Monochromatic Colors of #B0D963
Black with #B0D963
Text Example
Text Example
White with #B0D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D963; }
p { color: rgb(176,217,99); }
H1.HeaderClassName
{
color: #B0D963;
}
.AnyTagClassName
{
color: #B0D963;
}
</style>
background-color css
<style>
a { background-color: #B0D963; }
a { background-color: rgb(176,217,99); }
div.DivClassName
{
background-color: #B0D963;
}
.BgClassName
{
background-color: #B0D963;
}
</style>
border-color css
<style>
span { border-color: #B0D963; }
span { border-color: rgb(176,217,99); }
td.TdClassName
{
border-color: #B0D963;
}
.TagClassName
{
border-color: #B0D963;
}
</style>