Shades of Conifer #B1D15C
Tints of Conifer #B1D15C
RGB
CMYK
RGB Variations
Color information
#B1D15C (or 0xB1D15C) is known color: Conifer. HEX triplet: B1, D1 and 5C. RGB value is (177,209,92). Sum of RGB (Red+Green+Blue) = 177+209+92=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D15C is #4E2EA3. Grayscale: #BABABA. Windows color (decimal): -5123748 or 6082993. OLE color: 6082993.
HSL color Cylindrical-coordinate representation of color #B1D15C: hue angle of 76.41º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1D15C is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 209 | 92 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.18 |
| HSL | 76.41º | 0.56% | 0.59% | - |
| HSV(B) | 76.41º | 0.56% | 0.82% | - |
| XYZ | 42.86 | 55.72 | 18.62 | - |
| YUV | 186.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 92 | 0.15 | 0 | 0.56 | 0.18 | 76.41 | 0.56 | 0.59 |
| Hex | B1 | D1 | 5C | F | 0 | 38 | 12 | 4C | 38 | 3B |
| Octal | 261 | 321 | 134 | 17 | 0 | 70 | 22 | 114 | 70 | 73 |
| Binary | 10110001 | 11010001 | 1011100 | 1111 | 0 | 111000 | 10010 | 1001100 | 111000 | 111011 |
Color Harmonies of #B1D15C
Complementary color
Monochromatic Colors of #B1D15C
Black with #B1D15C
Text Example
Text Example
White with #B1D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D15C; }
p { color: rgb(177,209,92); }
H1.HeaderClassName
{
color: #B1D15C;
}
.AnyTagClassName
{
color: #B1D15C;
}
</style>
background-color css
<style>
a { background-color: #B1D15C; }
a { background-color: rgb(177,209,92); }
div.DivClassName
{
background-color: #B1D15C;
}
.BgClassName
{
background-color: #B1D15C;
}
</style>
border-color css
<style>
span { border-color: #B1D15C; }
span { border-color: rgb(177,209,92); }
td.TdClassName
{
border-color: #B1D15C;
}
.TagClassName
{
border-color: #B1D15C;
}
</style>