Shades of Caper #B5CA7B
Tints of Caper #B5CA7B
RGB
CMYK
RGB Variations
Color information
#B5CA7B (or 0xB5CA7B) is known color: Caper. HEX triplet: B5, CA and 7B. RGB value is (181,202,123). Sum of RGB (Red+Green+Blue) = 181+202+123=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA7B is #4A3584. Grayscale: #BBBBBB. Windows color (decimal): -4863365 or 8112821. OLE color: 8112821.
HSL color Cylindrical-coordinate representation of color #B5CA7B: hue angle of 75.95º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5CA7B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 123 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.21 |
| HSL | 75.95º | 0.43% | 0.64% | - |
| HSV(B) | 75.95º | 0.39% | 0.79% | - |
| XYZ | 43.75 | 53.49 | 26.76 | - |
| YUV | 186.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 123 | 0.10 | 0 | 0.39 | 0.21 | 75.95 | 0.43 | 0.64 |
| Hex | B5 | CA | 7B | A | 0 | 27 | 15 | 4C | 2B | 40 |
| Octal | 265 | 312 | 173 | 12 | 0 | 47 | 25 | 114 | 53 | 100 |
| Binary | 10110101 | 11001010 | 1111011 | 1010 | 0 | 100111 | 10101 | 1001100 | 101011 | 1000000 |
Color Harmonies of #B5CA7B
Complementary color
Monochromatic Colors of #B5CA7B
Black with #B5CA7B
Text Example
Text Example
White with #B5CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA7B; }
p { color: rgb(181,202,123); }
H1.HeaderClassName
{
color: #B5CA7B;
}
.AnyTagClassName
{
color: #B5CA7B;
}
</style>
background-color css
<style>
a { background-color: #B5CA7B; }
a { background-color: rgb(181,202,123); }
div.DivClassName
{
background-color: #B5CA7B;
}
.BgClassName
{
background-color: #B5CA7B;
}
</style>
border-color css
<style>
span { border-color: #B5CA7B; }
span { border-color: rgb(181,202,123); }
td.TdClassName
{
border-color: #B5CA7B;
}
.TagClassName
{
border-color: #B5CA7B;
}
</style>