Shades of Caper #B5CA7A
Tints of Caper #B5CA7A
RGB
CMYK
RGB Variations
Color information
#B5CA7A (or 0xB5CA7A) is known color: Caper. HEX triplet: B5, CA and 7A. RGB value is (181,202,122). Sum of RGB (Red+Green+Blue) = 181+202+122=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA7A is #4A3585. Grayscale: #BABABA. Windows color (decimal): -4863366 or 8047285. OLE color: 8047285.
HSL color Cylindrical-coordinate representation of color #B5CA7A: hue angle of 75.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5CA7A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 122 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.21 |
| HSL | 75.75º | 0.43% | 0.64% | - |
| HSV(B) | 75.75º | 0.4% | 0.79% | - |
| XYZ | 43.69 | 53.47 | 26.43 | - |
| YUV | 186.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 122 | 0.10 | 0 | 0.40 | 0.21 | 75.75 | 0.43 | 0.64 |
| Hex | B5 | CA | 7A | A | 0 | 28 | 15 | 4C | 2B | 40 |
| Octal | 265 | 312 | 172 | 12 | 0 | 50 | 25 | 114 | 53 | 100 |
| Binary | 10110101 | 11001010 | 1111010 | 1010 | 0 | 101000 | 10101 | 1001100 | 101011 | 1000000 |
Color Harmonies of #B5CA7A
Complementary color
Monochromatic Colors of #B5CA7A
Black with #B5CA7A
Text Example
Text Example
White with #B5CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA7A; }
p { color: rgb(181,202,122); }
H1.HeaderClassName
{
color: #B5CA7A;
}
.AnyTagClassName
{
color: #B5CA7A;
}
</style>
background-color css
<style>
a { background-color: #B5CA7A; }
a { background-color: rgb(181,202,122); }
div.DivClassName
{
background-color: #B5CA7A;
}
.BgClassName
{
background-color: #B5CA7A;
}
</style>
border-color css
<style>
span { border-color: #B5CA7A; }
span { border-color: rgb(181,202,122); }
td.TdClassName
{
border-color: #B5CA7A;
}
.TagClassName
{
border-color: #B5CA7A;
}
</style>