Shades of Caper #B2D873
Tints of Caper #B2D873
RGB
CMYK
RGB Variations
Color information
#B2D873 (or 0xB2D873) is known color: Caper. HEX triplet: B2, D8 and 73. RGB value is (178,216,115). Sum of RGB (Red+Green+Blue) = 178+216+115=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D873 is #4D278C. Grayscale: #C1C1C1. Windows color (decimal): -5056397 or 7592114. OLE color: 7592114.
HSL color Cylindrical-coordinate representation of color #B2D873: hue angle of 82.57º 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 #B2D873 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 115 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.15 |
| HSL | 82.57º | 0.56% | 0.65% | - |
| HSV(B) | 82.57º | 0.47% | 0.85% | - |
| XYZ | 46.01 | 59.81 | 25.34 | - |
| YUV | 193.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 115 | 0.18 | 0 | 0.47 | 0.15 | 82.57 | 0.56 | 0.65 |
| Hex | B2 | D8 | 73 | 12 | 0 | 2F | F | 53 | 38 | 41 |
| Octal | 262 | 330 | 163 | 22 | 0 | 57 | 17 | 123 | 70 | 101 |
| Binary | 10110010 | 11011000 | 1110011 | 10010 | 0 | 101111 | 1111 | 1010011 | 111000 | 1000001 |
Color Harmonies of #B2D873
Complementary color
Monochromatic Colors of #B2D873
Black with #B2D873
Text Example
Text Example
White with #B2D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D873; }
p { color: rgb(178,216,115); }
H1.HeaderClassName
{
color: #B2D873;
}
.AnyTagClassName
{
color: #B2D873;
}
</style>
background-color css
<style>
a { background-color: #B2D873; }
a { background-color: rgb(178,216,115); }
div.DivClassName
{
background-color: #B2D873;
}
.BgClassName
{
background-color: #B2D873;
}
</style>
border-color css
<style>
span { border-color: #B2D873; }
span { border-color: rgb(178,216,115); }
td.TdClassName
{
border-color: #B2D873;
}
.TagClassName
{
border-color: #B2D873;
}
</style>