Shades of Caper #B7CC80
Tints of Caper #B7CC80
RGB
CMYK
RGB Variations
Color information
#B7CC80 (or 0xB7CC80) is known color: Caper. HEX triplet: B7, CC and 80. RGB value is (183,204,128). Sum of RGB (Red+Green+Blue) = 183+204+128=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC80 is #48337F. Grayscale: #BDBDBD. Windows color (decimal): -4731776 or 8441015. OLE color: 8441015.
HSL color Cylindrical-coordinate representation of color #B7CC80: hue angle of 76.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7CC80 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 128 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.2 |
| HSL | 76.58º | 0.43% | 0.65% | - |
| HSV(B) | 76.58º | 0.37% | 0.8% | - |
| XYZ | 45.02 | 54.81 | 28.63 | - |
| YUV | 189.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 128 | 0.10 | 0 | 0.37 | 0.2 | 76.58 | 0.43 | 0.65 |
| Hex | B7 | CC | 80 | A | 0 | 25 | 14 | 4D | 2B | 41 |
| Octal | 267 | 314 | 200 | 12 | 0 | 45 | 24 | 115 | 53 | 101 |
| Binary | 10110111 | 11001100 | 10000000 | 1010 | 0 | 100101 | 10100 | 1001101 | 101011 | 1000001 |
Color Harmonies of #B7CC80
Complementary color
Monochromatic Colors of #B7CC80
Black with #B7CC80
Text Example
Text Example
White with #B7CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC80; }
p { color: rgb(183,204,128); }
H1.HeaderClassName
{
color: #B7CC80;
}
.AnyTagClassName
{
color: #B7CC80;
}
</style>
background-color css
<style>
a { background-color: #B7CC80; }
a { background-color: rgb(183,204,128); }
div.DivClassName
{
background-color: #B7CC80;
}
.BgClassName
{
background-color: #B7CC80;
}
</style>
border-color css
<style>
span { border-color: #B7CC80; }
span { border-color: rgb(183,204,128); }
td.TdClassName
{
border-color: #B7CC80;
}
.TagClassName
{
border-color: #B7CC80;
}
</style>