Shades of Caper #B7CA7E
Tints of Caper #B7CA7E
RGB
CMYK
RGB Variations
Color information
#B7CA7E (or 0xB7CA7E) is known color: Caper. HEX triplet: B7, CA and 7E. RGB value is (183,202,126). Sum of RGB (Red+Green+Blue) = 183+202+126=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA7E is #483581. Grayscale: #BBBBBB. Windows color (decimal): -4732290 or 8309431. OLE color: 8309431.
HSL color Cylindrical-coordinate representation of color #B7CA7E: hue angle of 75º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7CA7E is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 126 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.21 |
| HSL | 75º | 0.42% | 0.64% | - |
| HSV(B) | 75º | 0.38% | 0.79% | - |
| XYZ | 44.41 | 53.81 | 27.79 | - |
| YUV | 187.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 126 | 0.09 | 0 | 0.38 | 0.21 | 75 | 0.42 | 0.64 |
| Hex | B7 | CA | 7E | 9 | 0 | 26 | 15 | 4B | 2A | 40 |
| Octal | 267 | 312 | 176 | 11 | 0 | 46 | 25 | 113 | 52 | 100 |
| Binary | 10110111 | 11001010 | 1111110 | 1001 | 0 | 100110 | 10101 | 1001011 | 101010 | 1000000 |
Color Harmonies of #B7CA7E
Complementary color
Monochromatic Colors of #B7CA7E
Black with #B7CA7E
Text Example
Text Example
White with #B7CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA7E; }
p { color: rgb(183,202,126); }
H1.HeaderClassName
{
color: #B7CA7E;
}
.AnyTagClassName
{
color: #B7CA7E;
}
</style>
background-color css
<style>
a { background-color: #B7CA7E; }
a { background-color: rgb(183,202,126); }
div.DivClassName
{
background-color: #B7CA7E;
}
.BgClassName
{
background-color: #B7CA7E;
}
</style>
border-color css
<style>
span { border-color: #B7CA7E; }
span { border-color: rgb(183,202,126); }
td.TdClassName
{
border-color: #B7CA7E;
}
.TagClassName
{
border-color: #B7CA7E;
}
</style>