Shades of Conifer #B1E168
Tints of Conifer #B1E168
RGB
CMYK
RGB Variations
Color information
#B1E168 (or 0xB1E168) is known color: Conifer. HEX triplet: B1, E1 and 68. RGB value is (177,225,104). Sum of RGB (Red+Green+Blue) = 177+225+104=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E168 is #4E1E97. Grayscale: #C5C5C5. Windows color (decimal): -5119640 or 6873521. OLE color: 6873521.
HSL color Cylindrical-coordinate representation of color #B1E168: hue angle of 83.8º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1E168 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 104 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.12 |
| HSL | 83.8º | 0.67% | 0.65% | - |
| HSV(B) | 83.8º | 0.54% | 0.88% | - |
| XYZ | 47.56 | 64.2 | 22.98 | - |
| YUV | 196.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 104 | 0.21 | 0 | 0.54 | 0.12 | 83.8 | 0.67 | 0.65 |
| Hex | B1 | E1 | 68 | 15 | 0 | 36 | C | 54 | 43 | 41 |
| Octal | 261 | 341 | 150 | 25 | 0 | 66 | 14 | 124 | 103 | 101 |
| Binary | 10110001 | 11100001 | 1101000 | 10101 | 0 | 110110 | 1100 | 1010100 | 1000011 | 1000001 |
Color Harmonies of #B1E168
Complementary color
Monochromatic Colors of #B1E168
Black with #B1E168
Text Example
Text Example
White with #B1E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E168; }
p { color: rgb(177,225,104); }
H1.HeaderClassName
{
color: #B1E168;
}
.AnyTagClassName
{
color: #B1E168;
}
</style>
background-color css
<style>
a { background-color: #B1E168; }
a { background-color: rgb(177,225,104); }
div.DivClassName
{
background-color: #B1E168;
}
.BgClassName
{
background-color: #B1E168;
}
</style>
border-color css
<style>
span { border-color: #B1E168; }
span { border-color: rgb(177,225,104); }
td.TdClassName
{
border-color: #B1E168;
}
.TagClassName
{
border-color: #B1E168;
}
</style>