Shades of Conifer #B1E06B
Tints of Conifer #B1E06B
RGB
CMYK
RGB Variations
Color information
#B1E06B (or 0xB1E06B) is known color: Conifer. HEX triplet: B1, E0 and 6B. RGB value is (177,224,107). Sum of RGB (Red+Green+Blue) = 177+224+107=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E06B is #4E1F94. Grayscale: #C5C5C5. Windows color (decimal): -5119893 or 7069873. OLE color: 7069873.
HSL color Cylindrical-coordinate representation of color #B1E06B: hue angle of 84.1º 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 #B1E06B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 107 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.12 |
| HSL | 84.1º | 0.65% | 0.65% | - |
| HSV(B) | 84.1º | 0.52% | 0.88% | - |
| XYZ | 47.44 | 63.72 | 23.71 | - |
| YUV | 196.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 107 | 0.21 | 0 | 0.52 | 0.12 | 84.1 | 0.65 | 0.65 |
| Hex | B1 | E0 | 6B | 15 | 0 | 34 | C | 54 | 41 | 41 |
| Octal | 261 | 340 | 153 | 25 | 0 | 64 | 14 | 124 | 101 | 101 |
| Binary | 10110001 | 11100000 | 1101011 | 10101 | 0 | 110100 | 1100 | 1010100 | 1000001 | 1000001 |
Color Harmonies of #B1E06B
Complementary color
Monochromatic Colors of #B1E06B
Black with #B1E06B
Text Example
Text Example
White with #B1E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E06B; }
p { color: rgb(177,224,107); }
H1.HeaderClassName
{
color: #B1E06B;
}
.AnyTagClassName
{
color: #B1E06B;
}
</style>
background-color css
<style>
a { background-color: #B1E06B; }
a { background-color: rgb(177,224,107); }
div.DivClassName
{
background-color: #B1E06B;
}
.BgClassName
{
background-color: #B1E06B;
}
</style>
border-color css
<style>
span { border-color: #B1E06B; }
span { border-color: rgb(177,224,107); }
td.TdClassName
{
border-color: #B1E06B;
}
.TagClassName
{
border-color: #B1E06B;
}
</style>