Shades of Conifer #B1D258
Tints of Conifer #B1D258
RGB
CMYK
RGB Variations
Color information
#B1D258 (or 0xB1D258) is known color: Conifer. HEX triplet: B1, D2 and 58. RGB value is (177,210,88). Sum of RGB (Red+Green+Blue) = 177+210+88=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D258 is #4E2DA7. Grayscale: #BABABA. Windows color (decimal): -5123496 or 5821105. OLE color: 5821105.
HSL color Cylindrical-coordinate representation of color #B1D258: hue angle of 76.23º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1D258 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 88 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.18 |
| HSL | 76.23º | 0.58% | 0.58% | - |
| HSV(B) | 76.23º | 0.58% | 0.82% | - |
| XYZ | 42.94 | 56.14 | 17.81 | - |
| YUV | 186.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 88 | 0.16 | 0 | 0.58 | 0.18 | 76.23 | 0.58 | 0.58 |
| Hex | B1 | D2 | 58 | 10 | 0 | 3A | 12 | 4C | 3A | 3A |
| Octal | 261 | 322 | 130 | 20 | 0 | 72 | 22 | 114 | 72 | 72 |
| Binary | 10110001 | 11010010 | 1011000 | 10000 | 0 | 111010 | 10010 | 1001100 | 111010 | 111010 |
Color Harmonies of #B1D258
Complementary color
Monochromatic Colors of #B1D258
Black with #B1D258
Text Example
Text Example
White with #B1D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D258; }
p { color: rgb(177,210,88); }
H1.HeaderClassName
{
color: #B1D258;
}
.AnyTagClassName
{
color: #B1D258;
}
</style>
background-color css
<style>
a { background-color: #B1D258; }
a { background-color: rgb(177,210,88); }
div.DivClassName
{
background-color: #B1D258;
}
.BgClassName
{
background-color: #B1D258;
}
</style>
border-color css
<style>
span { border-color: #B1D258; }
span { border-color: rgb(177,210,88); }
td.TdClassName
{
border-color: #B1D258;
}
.TagClassName
{
border-color: #B1D258;
}
</style>