Shades of Caper #B7CC86
Tints of Caper #B7CC86
RGB
CMYK
RGB Variations
Color information
#B7CC86 (or 0xB7CC86) is known color: Caper. HEX triplet: B7, CC and 86. RGB value is (183,204,134). Sum of RGB (Red+Green+Blue) = 183+204+134=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC86 is #483379. Grayscale: #BEBEBE. Windows color (decimal): -4731770 or 8834231. OLE color: 8834231.
HSL color Cylindrical-coordinate representation of color #B7CC86: hue angle of 78º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7CC86 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 134 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.2 |
| HSL | 78º | 0.41% | 0.66% | - |
| HSV(B) | 78º | 0.34% | 0.8% | - |
| XYZ | 45.42 | 54.97 | 30.77 | - |
| YUV | 189.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 134 | 0.10 | 0 | 0.34 | 0.2 | 78 | 0.41 | 0.66 |
| Hex | B7 | CC | 86 | A | 0 | 22 | 14 | 4E | 29 | 42 |
| Octal | 267 | 314 | 206 | 12 | 0 | 42 | 24 | 116 | 51 | 102 |
| Binary | 10110111 | 11001100 | 10000110 | 1010 | 0 | 100010 | 10100 | 1001110 | 101001 | 1000010 |
Color Harmonies of #B7CC86
Complementary color
Monochromatic Colors of #B7CC86
Black with #B7CC86
Text Example
Text Example
White with #B7CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC86; }
p { color: rgb(183,204,134); }
H1.HeaderClassName
{
color: #B7CC86;
}
.AnyTagClassName
{
color: #B7CC86;
}
</style>
background-color css
<style>
a { background-color: #B7CC86; }
a { background-color: rgb(183,204,134); }
div.DivClassName
{
background-color: #B7CC86;
}
.BgClassName
{
background-color: #B7CC86;
}
</style>
border-color css
<style>
span { border-color: #B7CC86; }
span { border-color: rgb(183,204,134); }
td.TdClassName
{
border-color: #B7CC86;
}
.TagClassName
{
border-color: #B7CC86;
}
</style>