Shades of Caper #B5CA8A
Tints of Caper #B5CA8A
RGB
CMYK
RGB Variations
Color information
#B5CA8A (or 0xB5CA8A) is known color: Caper. HEX triplet: B5, CA and 8A. RGB value is (181,202,138). Sum of RGB (Red+Green+Blue) = 181+202+138=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA8A is #4A3575. Grayscale: #BCBCBC. Windows color (decimal): -4863350 or 9095861. OLE color: 9095861.
HSL color Cylindrical-coordinate representation of color #B5CA8A: hue angle of 79.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5CA8A is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 138 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.21 |
| HSL | 79.69º | 0.38% | 0.67% | - |
| HSV(B) | 79.69º | 0.32% | 0.79% | - |
| XYZ | 44.76 | 53.9 | 32.09 | - |
| YUV | 188.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 138 | 0.10 | 0 | 0.32 | 0.21 | 79.69 | 0.38 | 0.67 |
| Hex | B5 | CA | 8A | A | 0 | 20 | 15 | 50 | 26 | 43 |
| Octal | 265 | 312 | 212 | 12 | 0 | 40 | 25 | 120 | 46 | 103 |
| Binary | 10110101 | 11001010 | 10001010 | 1010 | 0 | 100000 | 10101 | 1010000 | 100110 | 1000011 |
Color Harmonies of #B5CA8A
Complementary color
Monochromatic Colors of #B5CA8A
Black with #B5CA8A
Text Example
Text Example
White with #B5CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA8A; }
p { color: rgb(181,202,138); }
H1.HeaderClassName
{
color: #B5CA8A;
}
.AnyTagClassName
{
color: #B5CA8A;
}
</style>
background-color css
<style>
a { background-color: #B5CA8A; }
a { background-color: rgb(181,202,138); }
div.DivClassName
{
background-color: #B5CA8A;
}
.BgClassName
{
background-color: #B5CA8A;
}
</style>
border-color css
<style>
span { border-color: #B5CA8A; }
span { border-color: rgb(181,202,138); }
td.TdClassName
{
border-color: #B5CA8A;
}
.TagClassName
{
border-color: #B5CA8A;
}
</style>