Shades of Conifer #B0D565
Tints of Conifer #B0D565
RGB
CMYK
RGB Variations
Color information
#B0D565 (or 0xB0D565) is known color: Conifer. HEX triplet: B0, D5 and 65. RGB value is (176,213,101). Sum of RGB (Red+Green+Blue) = 176+213+101=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D565 is #4F2A9A. Grayscale: #BDBDBD. Windows color (decimal): -5188251 or 6673840. OLE color: 6673840.
HSL color Cylindrical-coordinate representation of color #B0D565: hue angle of 79.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0D565 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 101 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.16 |
| HSL | 79.82º | 0.57% | 0.62% | - |
| HSV(B) | 79.82º | 0.53% | 0.84% | - |
| XYZ | 44.05 | 57.76 | 21.14 | - |
| YUV | 189.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 101 | 0.17 | 0 | 0.53 | 0.16 | 79.82 | 0.57 | 0.62 |
| Hex | B0 | D5 | 65 | 11 | 0 | 35 | 10 | 50 | 39 | 3E |
| Octal | 260 | 325 | 145 | 21 | 0 | 65 | 20 | 120 | 71 | 76 |
| Binary | 10110000 | 11010101 | 1100101 | 10001 | 0 | 110101 | 10000 | 1010000 | 111001 | 111110 |
Color Harmonies of #B0D565
Complementary color
Monochromatic Colors of #B0D565
Black with #B0D565
Text Example
Text Example
White with #B0D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D565; }
p { color: rgb(176,213,101); }
H1.HeaderClassName
{
color: #B0D565;
}
.AnyTagClassName
{
color: #B0D565;
}
</style>
background-color css
<style>
a { background-color: #B0D565; }
a { background-color: rgb(176,213,101); }
div.DivClassName
{
background-color: #B0D565;
}
.BgClassName
{
background-color: #B0D565;
}
</style>
border-color css
<style>
span { border-color: #B0D565; }
span { border-color: rgb(176,213,101); }
td.TdClassName
{
border-color: #B0D565;
}
.TagClassName
{
border-color: #B0D565;
}
</style>