Shades of Conifer #B1E956
Tints of Conifer #B1E956
RGB
CMYK
RGB Variations
Color information
#B1E956 (or 0xB1E956) is known color: Conifer. HEX triplet: B1, E9 and 56. RGB value is (177,233,86). Sum of RGB (Red+Green+Blue) = 177+233+86=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E956 is #4E16A9. Grayscale: #C8C8C8. Windows color (decimal): -5117610 or 5695921. OLE color: 5695921.
HSL color Cylindrical-coordinate representation of color #B1E956: hue angle of 82.86º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1E956 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 233 | 86 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.09 |
| HSL | 82.86º | 0.77% | 0.63% | - |
| HSV(B) | 82.86º | 0.63% | 0.91% | - |
| XYZ | 48.95 | 68.3 | 19.41 | - |
| YUV | 199.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 86 | 0.24 | 0 | 0.63 | 0.09 | 82.86 | 0.77 | 0.63 |
| Hex | B1 | E9 | 56 | 18 | 0 | 3F | 9 | 53 | 4D | 3F |
| Octal | 261 | 351 | 126 | 30 | 0 | 77 | 11 | 123 | 115 | 77 |
| Binary | 10110001 | 11101001 | 1010110 | 11000 | 0 | 111111 | 1001 | 1010011 | 1001101 | 111111 |
Color Harmonies of #B1E956
Complementary color
Monochromatic Colors of #B1E956
Black with #B1E956
Text Example
Text Example
White with #B1E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E956; }
p { color: rgb(177,233,86); }
H1.HeaderClassName
{
color: #B1E956;
}
.AnyTagClassName
{
color: #B1E956;
}
</style>
background-color css
<style>
a { background-color: #B1E956; }
a { background-color: rgb(177,233,86); }
div.DivClassName
{
background-color: #B1E956;
}
.BgClassName
{
background-color: #B1E956;
}
</style>
border-color css
<style>
span { border-color: #B1E956; }
span { border-color: rgb(177,233,86); }
td.TdClassName
{
border-color: #B1E956;
}
.TagClassName
{
border-color: #B1E956;
}
</style>