Shades of Conifer #B5D95C
Tints of Conifer #B5D95C
RGB
CMYK
RGB Variations
Color information
#B5D95C (or 0xB5D95C) is known color: Conifer. HEX triplet: B5, D9 and 5C. RGB value is (181,217,92). Sum of RGB (Red+Green+Blue) = 181+217+92=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D95C is #4A26A3. Grayscale: #C0C0C0. Windows color (decimal): -4859556 or 6085045. OLE color: 6085045.
HSL color Cylindrical-coordinate representation of color #B5D95C: hue angle of 77.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5D95C is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 92 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.15 |
| HSL | 77.28º | 0.62% | 0.61% | - |
| HSV(B) | 77.28º | 0.58% | 0.85% | - |
| XYZ | 45.8 | 60.22 | 19.34 | - |
| YUV | 191.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 92 | 0.17 | 0 | 0.58 | 0.15 | 77.28 | 0.62 | 0.61 |
| Hex | B5 | D9 | 5C | 11 | 0 | 3A | F | 4D | 3E | 3D |
| Octal | 265 | 331 | 134 | 21 | 0 | 72 | 17 | 115 | 76 | 75 |
| Binary | 10110101 | 11011001 | 1011100 | 10001 | 0 | 111010 | 1111 | 1001101 | 111110 | 111101 |
Color Harmonies of #B5D95C
Complementary color
Monochromatic Colors of #B5D95C
Black with #B5D95C
Text Example
Text Example
White with #B5D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D95C; }
p { color: rgb(181,217,92); }
H1.HeaderClassName
{
color: #B5D95C;
}
.AnyTagClassName
{
color: #B5D95C;
}
</style>
background-color css
<style>
a { background-color: #B5D95C; }
a { background-color: rgb(181,217,92); }
div.DivClassName
{
background-color: #B5D95C;
}
.BgClassName
{
background-color: #B5D95C;
}
</style>
border-color css
<style>
span { border-color: #B5D95C; }
span { border-color: rgb(181,217,92); }
td.TdClassName
{
border-color: #B5D95C;
}
.TagClassName
{
border-color: #B5D95C;
}
</style>