Shades of Caper #B5C575
Tints of Caper #B5C575
RGB
CMYK
RGB Variations
Color information
#B5C575 (or 0xB5C575) is known color: Caper. HEX triplet: B5, C5 and 75. RGB value is (181,197,117). Sum of RGB (Red+Green+Blue) = 181+197+117=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C575 is #4A3A8A. Grayscale: #B7B7B7. Windows color (decimal): -4864651 or 7718325. OLE color: 7718325.
HSL color Cylindrical-coordinate representation of color #B5C575: hue angle of 72º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5C575 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 117 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.23 |
| HSL | 72º | 0.41% | 0.62% | - |
| HSV(B) | 72º | 0.41% | 0.77% | - |
| XYZ | 42.23 | 51.04 | 24.46 | - |
| YUV | 183.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 117 | 0.08 | 0 | 0.41 | 0.23 | 72 | 0.41 | 0.62 |
| Hex | B5 | C5 | 75 | 8 | 0 | 29 | 17 | 48 | 29 | 3E |
| Octal | 265 | 305 | 165 | 10 | 0 | 51 | 27 | 110 | 51 | 76 |
| Binary | 10110101 | 11000101 | 1110101 | 1000 | 0 | 101001 | 10111 | 1001000 | 101001 | 111110 |
Color Harmonies of #B5C575
Complementary color
Monochromatic Colors of #B5C575
Black with #B5C575
Text Example
Text Example
White with #B5C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C575; }
p { color: rgb(181,197,117); }
H1.HeaderClassName
{
color: #B5C575;
}
.AnyTagClassName
{
color: #B5C575;
}
</style>
background-color css
<style>
a { background-color: #B5C575; }
a { background-color: rgb(181,197,117); }
div.DivClassName
{
background-color: #B5C575;
}
.BgClassName
{
background-color: #B5C575;
}
</style>
border-color css
<style>
span { border-color: #B5C575; }
span { border-color: rgb(181,197,117); }
td.TdClassName
{
border-color: #B5C575;
}
.TagClassName
{
border-color: #B5C575;
}
</style>