Shades of Conifer #B1D93C
Tints of Conifer #B1D93C
RGB
CMYK
RGB Variations
Color information
#B1D93C (or 0xB1D93C) is known color: Conifer. HEX triplet: B1, D9 and 3C. RGB value is (177,217,60). Sum of RGB (Red+Green+Blue) = 177+217+60=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D93C is #4E26C3. Grayscale: #BBBBBB. Windows color (decimal): -5121732 or 3987889. OLE color: 3987889.
HSL color Cylindrical-coordinate representation of color #B1D93C: hue angle of 75.29º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1D93C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 217 | 60 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.15 |
| HSL | 75.29º | 0.67% | 0.54% | - |
| HSV(B) | 75.29º | 0.72% | 0.85% | - |
| XYZ | 43.76 | 59.3 | 13.41 | - |
| YUV | 187.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 217 | 60 | 0.18 | 0 | 0.72 | 0.15 | 75.29 | 0.67 | 0.54 |
| Hex | B1 | D9 | 3C | 12 | 0 | 48 | F | 4B | 43 | 36 |
| Octal | 261 | 331 | 74 | 22 | 0 | 110 | 17 | 113 | 103 | 66 |
| Binary | 10110001 | 11011001 | 111100 | 10010 | 0 | 1001000 | 1111 | 1001011 | 1000011 | 110110 |
Color Harmonies of #B1D93C
Complementary color
Monochromatic Colors of #B1D93C
Black with #B1D93C
Text Example
Text Example
White with #B1D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D93C; }
p { color: rgb(177,217,60); }
H1.HeaderClassName
{
color: #B1D93C;
}
.AnyTagClassName
{
color: #B1D93C;
}
</style>
background-color css
<style>
a { background-color: #B1D93C; }
a { background-color: rgb(177,217,60); }
div.DivClassName
{
background-color: #B1D93C;
}
.BgClassName
{
background-color: #B1D93C;
}
</style>
border-color css
<style>
span { border-color: #B1D93C; }
span { border-color: rgb(177,217,60); }
td.TdClassName
{
border-color: #B1D93C;
}
.TagClassName
{
border-color: #B1D93C;
}
</style>