Shades of Conifer #B1E06C
Tints of Conifer #B1E06C
RGB
CMYK
RGB Variations
Color information
#B1E06C (or 0xB1E06C) is known color: Conifer. HEX triplet: B1, E0 and 6C. RGB value is (177,224,108). Sum of RGB (Red+Green+Blue) = 177+224+108=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E06C is #4E1F93. Grayscale: #C5C5C5. Windows color (decimal): -5119892 or 7135409. OLE color: 7135409.
HSL color Cylindrical-coordinate representation of color #B1E06C: hue angle of 84.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1E06C is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 108 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.12 |
| HSL | 84.31º | 0.65% | 0.65% | - |
| HSV(B) | 84.31º | 0.52% | 0.88% | - |
| XYZ | 47.49 | 63.74 | 23.99 | - |
| YUV | 196.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 108 | 0.21 | 0 | 0.52 | 0.12 | 84.31 | 0.65 | 0.65 |
| Hex | B1 | E0 | 6C | 15 | 0 | 34 | C | 54 | 41 | 41 |
| Octal | 261 | 340 | 154 | 25 | 0 | 64 | 14 | 124 | 101 | 101 |
| Binary | 10110001 | 11100000 | 1101100 | 10101 | 0 | 110100 | 1100 | 1010100 | 1000001 | 1000001 |
Color Harmonies of #B1E06C
Complementary color
Monochromatic Colors of #B1E06C
Black with #B1E06C
Text Example
Text Example
White with #B1E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E06C; }
p { color: rgb(177,224,108); }
H1.HeaderClassName
{
color: #B1E06C;
}
.AnyTagClassName
{
color: #B1E06C;
}
</style>
background-color css
<style>
a { background-color: #B1E06C; }
a { background-color: rgb(177,224,108); }
div.DivClassName
{
background-color: #B1E06C;
}
.BgClassName
{
background-color: #B1E06C;
}
</style>
border-color css
<style>
span { border-color: #B1E06C; }
span { border-color: rgb(177,224,108); }
td.TdClassName
{
border-color: #B1E06C;
}
.TagClassName
{
border-color: #B1E06C;
}
</style>