Shades of Conifer #B1D35C
Tints of Conifer #B1D35C
RGB
CMYK
RGB Variations
Color information
#B1D35C (or 0xB1D35C) is known color: Conifer. HEX triplet: B1, D3 and 5C. RGB value is (177,211,92). Sum of RGB (Red+Green+Blue) = 177+211+92=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D35C is #4E2CA3. Grayscale: #BBBBBB. Windows color (decimal): -5123236 or 6083505. OLE color: 6083505.
HSL color Cylindrical-coordinate representation of color #B1D35C: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1D35C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 92 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.17 |
| HSL | 77.14º | 0.57% | 0.59% | - |
| HSV(B) | 77.14º | 0.56% | 0.83% | - |
| XYZ | 43.36 | 56.71 | 18.79 | - |
| YUV | 187.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 92 | 0.16 | 0 | 0.56 | 0.17 | 77.14 | 0.57 | 0.59 |
| Hex | B1 | D3 | 5C | 10 | 0 | 38 | 11 | 4D | 39 | 3B |
| Octal | 261 | 323 | 134 | 20 | 0 | 70 | 21 | 115 | 71 | 73 |
| Binary | 10110001 | 11010011 | 1011100 | 10000 | 0 | 111000 | 10001 | 1001101 | 111001 | 111011 |
Color Harmonies of #B1D35C
Complementary color
Monochromatic Colors of #B1D35C
Black with #B1D35C
Text Example
Text Example
White with #B1D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D35C; }
p { color: rgb(177,211,92); }
H1.HeaderClassName
{
color: #B1D35C;
}
.AnyTagClassName
{
color: #B1D35C;
}
</style>
background-color css
<style>
a { background-color: #B1D35C; }
a { background-color: rgb(177,211,92); }
div.DivClassName
{
background-color: #B1D35C;
}
.BgClassName
{
background-color: #B1D35C;
}
</style>
border-color css
<style>
span { border-color: #B1D35C; }
span { border-color: rgb(177,211,92); }
td.TdClassName
{
border-color: #B1D35C;
}
.TagClassName
{
border-color: #B1D35C;
}
</style>