Shades of Caper #B3D873
Tints of Caper #B3D873
RGB
CMYK
RGB Variations
Color information
#B3D873 (or 0xB3D873) is known color: Caper. HEX triplet: B3, D8 and 73. RGB value is (179,216,115). Sum of RGB (Red+Green+Blue) = 179+216+115=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D873 is #4C278C. Grayscale: #C1C1C1. Windows color (decimal): -4990861 or 7592115. OLE color: 7592115.
HSL color Cylindrical-coordinate representation of color #B3D873: hue angle of 81.98º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3D873 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 115 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.15 |
| HSL | 81.98º | 0.56% | 0.65% | - |
| HSV(B) | 81.98º | 0.47% | 0.85% | - |
| XYZ | 46.24 | 59.93 | 25.35 | - |
| YUV | 193.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 115 | 0.17 | 0 | 0.47 | 0.15 | 81.98 | 0.56 | 0.65 |
| Hex | B3 | D8 | 73 | 11 | 0 | 2F | F | 52 | 38 | 41 |
| Octal | 263 | 330 | 163 | 21 | 0 | 57 | 17 | 122 | 70 | 101 |
| Binary | 10110011 | 11011000 | 1110011 | 10001 | 0 | 101111 | 1111 | 1010010 | 111000 | 1000001 |
Color Harmonies of #B3D873
Complementary color
Monochromatic Colors of #B3D873
Black with #B3D873
Text Example
Text Example
White with #B3D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D873; }
p { color: rgb(179,216,115); }
H1.HeaderClassName
{
color: #B3D873;
}
.AnyTagClassName
{
color: #B3D873;
}
</style>
background-color css
<style>
a { background-color: #B3D873; }
a { background-color: rgb(179,216,115); }
div.DivClassName
{
background-color: #B3D873;
}
.BgClassName
{
background-color: #B3D873;
}
</style>
border-color css
<style>
span { border-color: #B3D873; }
span { border-color: rgb(179,216,115); }
td.TdClassName
{
border-color: #B3D873;
}
.TagClassName
{
border-color: #B3D873;
}
</style>