Shades of Caper #B7CC83
Tints of Caper #B7CC83
RGB
CMYK
RGB Variations
Color information
#B7CC83 (or 0xB7CC83) is known color: Caper. HEX triplet: B7, CC and 83. RGB value is (183,204,131). Sum of RGB (Red+Green+Blue) = 183+204+131=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC83 is #48337C. Grayscale: #BDBDBD. Windows color (decimal): -4731773 or 8637623. OLE color: 8637623.
HSL color Cylindrical-coordinate representation of color #B7CC83: hue angle of 77.26º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7CC83 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 131 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.2 |
| HSL | 77.26º | 0.42% | 0.66% | - |
| HSV(B) | 77.26º | 0.36% | 0.8% | - |
| XYZ | 45.22 | 54.89 | 29.68 | - |
| YUV | 189.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 131 | 0.10 | 0 | 0.36 | 0.2 | 77.26 | 0.42 | 0.66 |
| Hex | B7 | CC | 83 | A | 0 | 24 | 14 | 4D | 2A | 42 |
| Octal | 267 | 314 | 203 | 12 | 0 | 44 | 24 | 115 | 52 | 102 |
| Binary | 10110111 | 11001100 | 10000011 | 1010 | 0 | 100100 | 10100 | 1001101 | 101010 | 1000010 |
Color Harmonies of #B7CC83
Complementary color
Monochromatic Colors of #B7CC83
Black with #B7CC83
Text Example
Text Example
White with #B7CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC83; }
p { color: rgb(183,204,131); }
H1.HeaderClassName
{
color: #B7CC83;
}
.AnyTagClassName
{
color: #B7CC83;
}
</style>
background-color css
<style>
a { background-color: #B7CC83; }
a { background-color: rgb(183,204,131); }
div.DivClassName
{
background-color: #B7CC83;
}
.BgClassName
{
background-color: #B7CC83;
}
</style>
border-color css
<style>
span { border-color: #B7CC83; }
span { border-color: rgb(183,204,131); }
td.TdClassName
{
border-color: #B7CC83;
}
.TagClassName
{
border-color: #B7CC83;
}
</style>