Shades of Caper #B0D673
Tints of Caper #B0D673
RGB
CMYK
RGB Variations
Color information
#B0D673 (or 0xB0D673) is known color: Caper. HEX triplet: B0, D6 and 73. RGB value is (176,214,115). Sum of RGB (Red+Green+Blue) = 176+214+115=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D673 is #4F298C. Grayscale: #BFBFBF. Windows color (decimal): -5187981 or 7591600. OLE color: 7591600.
HSL color Cylindrical-coordinate representation of color #B0D673: hue angle of 83.03º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0D673 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 115 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.16 |
| HSL | 83.03º | 0.55% | 0.65% | - |
| HSV(B) | 83.03º | 0.46% | 0.84% | - |
| XYZ | 45.05 | 58.56 | 25.15 | - |
| YUV | 191.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 115 | 0.18 | 0 | 0.46 | 0.16 | 83.03 | 0.55 | 0.65 |
| Hex | B0 | D6 | 73 | 12 | 0 | 2E | 10 | 53 | 37 | 41 |
| Octal | 260 | 326 | 163 | 22 | 0 | 56 | 20 | 123 | 67 | 101 |
| Binary | 10110000 | 11010110 | 1110011 | 10010 | 0 | 101110 | 10000 | 1010011 | 110111 | 1000001 |
Color Harmonies of #B0D673
Complementary color
Monochromatic Colors of #B0D673
Black with #B0D673
Text Example
Text Example
White with #B0D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D673; }
p { color: rgb(176,214,115); }
H1.HeaderClassName
{
color: #B0D673;
}
.AnyTagClassName
{
color: #B0D673;
}
</style>
background-color css
<style>
a { background-color: #B0D673; }
a { background-color: rgb(176,214,115); }
div.DivClassName
{
background-color: #B0D673;
}
.BgClassName
{
background-color: #B0D673;
}
</style>
border-color css
<style>
span { border-color: #B0D673; }
span { border-color: rgb(176,214,115); }
td.TdClassName
{
border-color: #B0D673;
}
.TagClassName
{
border-color: #B0D673;
}
</style>