Shades of Conifer #B0D968
Tints of Conifer #B0D968
RGB
CMYK
RGB Variations
Color information
#B0D968 (or 0xB0D968) is known color: Conifer. HEX triplet: B0, D9 and 68. RGB value is (176,217,104). Sum of RGB (Red+Green+Blue) = 176+217+104=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D968 is #4F2697. Grayscale: #C0C0C0. Windows color (decimal): -5187224 or 6871472. OLE color: 6871472.
HSL color Cylindrical-coordinate representation of color #B0D968: hue angle of 81.77º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0D968 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 104 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.15 |
| HSL | 81.77º | 0.6% | 0.63% | - |
| HSV(B) | 81.77º | 0.52% | 0.85% | - |
| XYZ | 45.22 | 59.86 | 22.27 | - |
| YUV | 191.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 104 | 0.19 | 0 | 0.52 | 0.15 | 81.77 | 0.6 | 0.63 |
| Hex | B0 | D9 | 68 | 13 | 0 | 34 | F | 52 | 3C | 3F |
| Octal | 260 | 331 | 150 | 23 | 0 | 64 | 17 | 122 | 74 | 77 |
| Binary | 10110000 | 11011001 | 1101000 | 10011 | 0 | 110100 | 1111 | 1010010 | 111100 | 111111 |
Color Harmonies of #B0D968
Complementary color
Monochromatic Colors of #B0D968
Black with #B0D968
Text Example
Text Example
White with #B0D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D968; }
p { color: rgb(176,217,104); }
H1.HeaderClassName
{
color: #B0D968;
}
.AnyTagClassName
{
color: #B0D968;
}
</style>
background-color css
<style>
a { background-color: #B0D968; }
a { background-color: rgb(176,217,104); }
div.DivClassName
{
background-color: #B0D968;
}
.BgClassName
{
background-color: #B0D968;
}
</style>
border-color css
<style>
span { border-color: #B0D968; }
span { border-color: rgb(176,217,104); }
td.TdClassName
{
border-color: #B0D968;
}
.TagClassName
{
border-color: #B0D968;
}
</style>