Shades of Caper #B5CA8D
Tints of Caper #B5CA8D
RGB
CMYK
RGB Variations
Color information
#B5CA8D (or 0xB5CA8D) is known color: Caper. HEX triplet: B5, CA and 8D. RGB value is (181,202,141). Sum of RGB (Red+Green+Blue) = 181+202+141=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA8D is #4A3572. Grayscale: #BCBCBC. Windows color (decimal): -4863347 or 9292469. OLE color: 9292469.
HSL color Cylindrical-coordinate representation of color #B5CA8D: hue angle of 80.66º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5CA8D is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 141 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.21 |
| HSL | 80.66º | 0.37% | 0.67% | - |
| HSV(B) | 80.66º | 0.3% | 0.79% | - |
| XYZ | 44.98 | 53.99 | 33.25 | - |
| YUV | 188.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 141 | 0.10 | 0 | 0.30 | 0.21 | 80.66 | 0.37 | 0.67 |
| Hex | B5 | CA | 8D | A | 0 | 1E | 15 | 51 | 25 | 43 |
| Octal | 265 | 312 | 215 | 12 | 0 | 36 | 25 | 121 | 45 | 103 |
| Binary | 10110101 | 11001010 | 10001101 | 1010 | 0 | 11110 | 10101 | 1010001 | 100101 | 1000011 |
Color Harmonies of #B5CA8D
Complementary color
Monochromatic Colors of #B5CA8D
Black with #B5CA8D
Text Example
Text Example
White with #B5CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA8D; }
p { color: rgb(181,202,141); }
H1.HeaderClassName
{
color: #B5CA8D;
}
.AnyTagClassName
{
color: #B5CA8D;
}
</style>
background-color css
<style>
a { background-color: #B5CA8D; }
a { background-color: rgb(181,202,141); }
div.DivClassName
{
background-color: #B5CA8D;
}
.BgClassName
{
background-color: #B5CA8D;
}
</style>
border-color css
<style>
span { border-color: #B5CA8D; }
span { border-color: rgb(181,202,141); }
td.TdClassName
{
border-color: #B5CA8D;
}
.TagClassName
{
border-color: #B5CA8D;
}
</style>