Shades of Conifer #B1E15C
Tints of Conifer #B1E15C
RGB
CMYK
RGB Variations
Color information
#B1E15C (or 0xB1E15C) is known color: Conifer. HEX triplet: B1, E1 and 5C. RGB value is (177,225,92). Sum of RGB (Red+Green+Blue) = 177+225+92=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E15C is #4E1EA3. Grayscale: #C3C3C3. Windows color (decimal): -5119652 or 6087089. OLE color: 6087089.
HSL color Cylindrical-coordinate representation of color #B1E15C: hue angle of 81.65º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1E15C is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 92 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.12 |
| HSL | 81.65º | 0.69% | 0.62% | - |
| HSV(B) | 81.65º | 0.59% | 0.88% | - |
| XYZ | 46.99 | 63.97 | 20 | - |
| YUV | 195.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 92 | 0.21 | 0 | 0.59 | 0.12 | 81.65 | 0.69 | 0.62 |
| Hex | B1 | E1 | 5C | 15 | 0 | 3B | C | 52 | 45 | 3E |
| Octal | 261 | 341 | 134 | 25 | 0 | 73 | 14 | 122 | 105 | 76 |
| Binary | 10110001 | 11100001 | 1011100 | 10101 | 0 | 111011 | 1100 | 1010010 | 1000101 | 111110 |
Color Harmonies of #B1E15C
Complementary color
Monochromatic Colors of #B1E15C
Black with #B1E15C
Text Example
Text Example
White with #B1E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E15C; }
p { color: rgb(177,225,92); }
H1.HeaderClassName
{
color: #B1E15C;
}
.AnyTagClassName
{
color: #B1E15C;
}
</style>
background-color css
<style>
a { background-color: #B1E15C; }
a { background-color: rgb(177,225,92); }
div.DivClassName
{
background-color: #B1E15C;
}
.BgClassName
{
background-color: #B1E15C;
}
</style>
border-color css
<style>
span { border-color: #B1E15C; }
span { border-color: rgb(177,225,92); }
td.TdClassName
{
border-color: #B1E15C;
}
.TagClassName
{
border-color: #B1E15C;
}
</style>