Shades of Conifer #B1D955
Tints of Conifer #B1D955
RGB
CMYK
RGB Variations
Color information
#B1D955 (or 0xB1D955) is known color: Conifer. HEX triplet: B1, D9 and 55. RGB value is (177,217,85). Sum of RGB (Red+Green+Blue) = 177+217+85=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D955 is #4E26AA. Grayscale: #BEBEBE. Windows color (decimal): -5121707 or 5626289. OLE color: 5626289.
HSL color Cylindrical-coordinate representation of color #B1D955: hue angle of 78.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1D955 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 217 | 85 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.15 |
| HSL | 78.18º | 0.63% | 0.59% | - |
| HSV(B) | 78.18º | 0.61% | 0.85% | - |
| XYZ | 44.58 | 59.63 | 17.75 | - |
| YUV | 189.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 217 | 85 | 0.18 | 0 | 0.61 | 0.15 | 78.18 | 0.63 | 0.59 |
| Hex | B1 | D9 | 55 | 12 | 0 | 3D | F | 4E | 3F | 3B |
| Octal | 261 | 331 | 125 | 22 | 0 | 75 | 17 | 116 | 77 | 73 |
| Binary | 10110001 | 11011001 | 1010101 | 10010 | 0 | 111101 | 1111 | 1001110 | 111111 | 111011 |
Color Harmonies of #B1D955
Complementary color
Monochromatic Colors of #B1D955
Black with #B1D955
Text Example
Text Example
White with #B1D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D955; }
p { color: rgb(177,217,85); }
H1.HeaderClassName
{
color: #B1D955;
}
.AnyTagClassName
{
color: #B1D955;
}
</style>
background-color css
<style>
a { background-color: #B1D955; }
a { background-color: rgb(177,217,85); }
div.DivClassName
{
background-color: #B1D955;
}
.BgClassName
{
background-color: #B1D955;
}
</style>
border-color css
<style>
span { border-color: #B1D955; }
span { border-color: rgb(177,217,85); }
td.TdClassName
{
border-color: #B1D955;
}
.TagClassName
{
border-color: #B1D955;
}
</style>