Shades of Caper #B7CC72
Tints of Caper #B7CC72
RGB
CMYK
RGB Variations
Color information
#B7CC72 (or 0xB7CC72) is known color: Caper. HEX triplet: B7, CC and 72. RGB value is (183,204,114). Sum of RGB (Red+Green+Blue) = 183+204+114=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC72 is #48338D. Grayscale: #BBBBBB. Windows color (decimal): -4731790 or 7523511. OLE color: 7523511.
HSL color Cylindrical-coordinate representation of color #B7CC72: hue angle of 74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7CC72 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 114 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.2 |
| HSL | 74º | 0.47% | 0.62% | - |
| HSV(B) | 74º | 0.44% | 0.8% | - |
| XYZ | 44.16 | 54.47 | 24.11 | - |
| YUV | 187.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 114 | 0.10 | 0 | 0.44 | 0.2 | 74 | 0.47 | 0.62 |
| Hex | B7 | CC | 72 | A | 0 | 2C | 14 | 4A | 2F | 3E |
| Octal | 267 | 314 | 162 | 12 | 0 | 54 | 24 | 112 | 57 | 76 |
| Binary | 10110111 | 11001100 | 1110010 | 1010 | 0 | 101100 | 10100 | 1001010 | 101111 | 111110 |
Color Harmonies of #B7CC72
Complementary color
Monochromatic Colors of #B7CC72
Black with #B7CC72
Text Example
Text Example
White with #B7CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC72; }
p { color: rgb(183,204,114); }
H1.HeaderClassName
{
color: #B7CC72;
}
.AnyTagClassName
{
color: #B7CC72;
}
</style>
background-color css
<style>
a { background-color: #B7CC72; }
a { background-color: rgb(183,204,114); }
div.DivClassName
{
background-color: #B7CC72;
}
.BgClassName
{
background-color: #B7CC72;
}
</style>
border-color css
<style>
span { border-color: #B7CC72; }
span { border-color: rgb(183,204,114); }
td.TdClassName
{
border-color: #B7CC72;
}
.TagClassName
{
border-color: #B7CC72;
}
</style>