Shades of Caper #B0D373
Tints of Caper #B0D373
RGB
CMYK
RGB Variations
Color information
#B0D373 (or 0xB0D373) is known color: Caper. HEX triplet: B0, D3 and 73. RGB value is (176,211,115). Sum of RGB (Red+Green+Blue) = 176+211+115=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D373 is #4F2C8C. Grayscale: #BDBDBD. Windows color (decimal): -5188749 or 7590832. OLE color: 7590832.
HSL color Cylindrical-coordinate representation of color #B0D373: hue angle of 81.87º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0D373 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 115 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.17 |
| HSL | 81.87º | 0.52% | 0.64% | - |
| HSV(B) | 81.87º | 0.45% | 0.83% | - |
| XYZ | 44.29 | 57.06 | 24.9 | - |
| YUV | 189.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 115 | 0.17 | 0 | 0.45 | 0.17 | 81.87 | 0.52 | 0.64 |
| Hex | B0 | D3 | 73 | 11 | 0 | 2D | 11 | 52 | 34 | 40 |
| Octal | 260 | 323 | 163 | 21 | 0 | 55 | 21 | 122 | 64 | 100 |
| Binary | 10110000 | 11010011 | 1110011 | 10001 | 0 | 101101 | 10001 | 1010010 | 110100 | 1000000 |
Color Harmonies of #B0D373
Complementary color
Monochromatic Colors of #B0D373
Black with #B0D373
Text Example
Text Example
White with #B0D373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D373; }
p { color: rgb(176,211,115); }
H1.HeaderClassName
{
color: #B0D373;
}
.AnyTagClassName
{
color: #B0D373;
}
</style>
background-color css
<style>
a { background-color: #B0D373; }
a { background-color: rgb(176,211,115); }
div.DivClassName
{
background-color: #B0D373;
}
.BgClassName
{
background-color: #B0D373;
}
</style>
border-color css
<style>
span { border-color: #B0D373; }
span { border-color: rgb(176,211,115); }
td.TdClassName
{
border-color: #B0D373;
}
.TagClassName
{
border-color: #B0D373;
}
</style>