Shades of Conifer #B1D061
Tints of Conifer #B1D061
RGB
CMYK
RGB Variations
Color information
#B1D061 (or 0xB1D061) is known color: Conifer. HEX triplet: B1, D0 and 61. RGB value is (177,208,97). Sum of RGB (Red+Green+Blue) = 177+208+97=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D061 is #4E2F9E. Grayscale: #BABABA. Windows color (decimal): -5123999 or 6410417. OLE color: 6410417.
HSL color Cylindrical-coordinate representation of color #B1D061: hue angle of 76.76º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1D061 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 97 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.18 |
| HSL | 76.76º | 0.54% | 0.6% | - |
| HSV(B) | 76.76º | 0.53% | 0.82% | - |
| XYZ | 42.85 | 55.32 | 19.73 | - |
| YUV | 186.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 97 | 0.15 | 0 | 0.53 | 0.18 | 76.76 | 0.54 | 0.6 |
| Hex | B1 | D0 | 61 | F | 0 | 35 | 12 | 4D | 36 | 3C |
| Octal | 261 | 320 | 141 | 17 | 0 | 65 | 22 | 115 | 66 | 74 |
| Binary | 10110001 | 11010000 | 1100001 | 1111 | 0 | 110101 | 10010 | 1001101 | 110110 | 111100 |
Color Harmonies of #B1D061
Complementary color
Monochromatic Colors of #B1D061
Black with #B1D061
Text Example
Text Example
White with #B1D061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D061; }
p { color: rgb(177,208,97); }
H1.HeaderClassName
{
color: #B1D061;
}
.AnyTagClassName
{
color: #B1D061;
}
</style>
background-color css
<style>
a { background-color: #B1D061; }
a { background-color: rgb(177,208,97); }
div.DivClassName
{
background-color: #B1D061;
}
.BgClassName
{
background-color: #B1D061;
}
</style>
border-color css
<style>
span { border-color: #B1D061; }
span { border-color: rgb(177,208,97); }
td.TdClassName
{
border-color: #B1D061;
}
.TagClassName
{
border-color: #B1D061;
}
</style>