Shades of Conifer #B0D763
Tints of Conifer #B0D763
RGB
CMYK
RGB Variations
Color information
#B0D763 (or 0xB0D763) is known color: Conifer. HEX triplet: B0, D7 and 63. RGB value is (176,215,99). Sum of RGB (Red+Green+Blue) = 176+215+99=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D763 is #4F289C. Grayscale: #BEBEBE. Windows color (decimal): -5187741 or 6543280. OLE color: 6543280.
HSL color Cylindrical-coordinate representation of color #B0D763: hue angle of 80.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0D763 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 99 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.16 |
| HSL | 80.17º | 0.59% | 0.62% | - |
| HSV(B) | 80.17º | 0.54% | 0.84% | - |
| XYZ | 44.46 | 58.73 | 20.8 | - |
| YUV | 190.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 99 | 0.18 | 0 | 0.54 | 0.16 | 80.17 | 0.59 | 0.62 |
| Hex | B0 | D7 | 63 | 12 | 0 | 36 | 10 | 50 | 3B | 3E |
| Octal | 260 | 327 | 143 | 22 | 0 | 66 | 20 | 120 | 73 | 76 |
| Binary | 10110000 | 11010111 | 1100011 | 10010 | 0 | 110110 | 10000 | 1010000 | 111011 | 111110 |
Color Harmonies of #B0D763
Complementary color
Monochromatic Colors of #B0D763
Black with #B0D763
Text Example
Text Example
White with #B0D763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D763; }
p { color: rgb(176,215,99); }
H1.HeaderClassName
{
color: #B0D763;
}
.AnyTagClassName
{
color: #B0D763;
}
</style>
background-color css
<style>
a { background-color: #B0D763; }
a { background-color: rgb(176,215,99); }
div.DivClassName
{
background-color: #B0D763;
}
.BgClassName
{
background-color: #B0D763;
}
</style>
border-color css
<style>
span { border-color: #B0D763; }
span { border-color: rgb(176,215,99); }
td.TdClassName
{
border-color: #B0D763;
}
.TagClassName
{
border-color: #B0D763;
}
</style>