Shades of Conifer #B1E860
Tints of Conifer #B1E860
RGB
CMYK
RGB Variations
Color information
#B1E860 (or 0xB1E860) is known color: Conifer. HEX triplet: B1, E8 and 60. RGB value is (177,232,96). Sum of RGB (Red+Green+Blue) = 177+232+96=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E860 is #4E179F. Grayscale: #C8C8C8. Windows color (decimal): -5117856 or 6351025. OLE color: 6351025.
HSL color Cylindrical-coordinate representation of color #B1E860: hue angle of 84.26º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1E860 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 96 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.09 |
| HSL | 84.26º | 0.75% | 0.64% | - |
| HSV(B) | 84.26º | 0.59% | 0.91% | - |
| XYZ | 49.1 | 67.9 | 21.59 | - |
| YUV | 200.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 96 | 0.24 | 0 | 0.59 | 0.09 | 84.26 | 0.75 | 0.64 |
| Hex | B1 | E8 | 60 | 18 | 0 | 3B | 9 | 54 | 4B | 40 |
| Octal | 261 | 350 | 140 | 30 | 0 | 73 | 11 | 124 | 113 | 100 |
| Binary | 10110001 | 11101000 | 1100000 | 11000 | 0 | 111011 | 1001 | 1010100 | 1001011 | 1000000 |
Color Harmonies of #B1E860
Complementary color
Monochromatic Colors of #B1E860
Black with #B1E860
Text Example
Text Example
White with #B1E860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E860; }
p { color: rgb(177,232,96); }
H1.HeaderClassName
{
color: #B1E860;
}
.AnyTagClassName
{
color: #B1E860;
}
</style>
background-color css
<style>
a { background-color: #B1E860; }
a { background-color: rgb(177,232,96); }
div.DivClassName
{
background-color: #B1E860;
}
.BgClassName
{
background-color: #B1E860;
}
</style>
border-color css
<style>
span { border-color: #B1E860; }
span { border-color: rgb(177,232,96); }
td.TdClassName
{
border-color: #B1E860;
}
.TagClassName
{
border-color: #B1E860;
}
</style>