Shades of Conifer #B0D765
Tints of Conifer #B0D765
RGB
CMYK
RGB Variations
Color information
#B0D765 (or 0xB0D765) is known color: Conifer. HEX triplet: B0, D7 and 65. RGB value is (176,215,101). Sum of RGB (Red+Green+Blue) = 176+215+101=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D765 is #4F289A. Grayscale: #BEBEBE. Windows color (decimal): -5187739 or 6674352. OLE color: 6674352.
HSL color Cylindrical-coordinate representation of color #B0D765: hue angle of 80.53º degrees, saturation: 0.59, 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 #B0D765 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 101 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.16 |
| HSL | 80.53º | 0.59% | 0.62% | - |
| HSV(B) | 80.53º | 0.53% | 0.84% | - |
| XYZ | 44.55 | 58.77 | 21.31 | - |
| YUV | 190.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 101 | 0.18 | 0 | 0.53 | 0.16 | 80.53 | 0.59 | 0.62 |
| Hex | B0 | D7 | 65 | 12 | 0 | 35 | 10 | 51 | 3B | 3E |
| Octal | 260 | 327 | 145 | 22 | 0 | 65 | 20 | 121 | 73 | 76 |
| Binary | 10110000 | 11010111 | 1100101 | 10010 | 0 | 110101 | 10000 | 1010001 | 111011 | 111110 |
Color Harmonies of #B0D765
Complementary color
Monochromatic Colors of #B0D765
Black with #B0D765
Text Example
Text Example
White with #B0D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D765; }
p { color: rgb(176,215,101); }
H1.HeaderClassName
{
color: #B0D765;
}
.AnyTagClassName
{
color: #B0D765;
}
</style>
background-color css
<style>
a { background-color: #B0D765; }
a { background-color: rgb(176,215,101); }
div.DivClassName
{
background-color: #B0D765;
}
.BgClassName
{
background-color: #B0D765;
}
</style>
border-color css
<style>
span { border-color: #B0D765; }
span { border-color: rgb(176,215,101); }
td.TdClassName
{
border-color: #B0D765;
}
.TagClassName
{
border-color: #B0D765;
}
</style>