Shades of Caper #B5C47C
Tints of Caper #B5C47C
RGB
CMYK
RGB Variations
Color information
#B5C47C (or 0xB5C47C) is known color: Caper. HEX triplet: B5, C4 and 7C. RGB value is (181,196,124). Sum of RGB (Red+Green+Blue) = 181+196+124=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C47C is #4A3B83. Grayscale: #B7B7B7. Windows color (decimal): -4864900 or 8176821. OLE color: 8176821.
HSL color Cylindrical-coordinate representation of color #B5C47C: hue angle of 72.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C47C is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 124 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.23 |
| HSL | 72.5º | 0.38% | 0.63% | - |
| HSV(B) | 72.5º | 0.37% | 0.77% | - |
| XYZ | 42.43 | 50.76 | 26.63 | - |
| YUV | 183.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 124 | 0.08 | 0 | 0.37 | 0.23 | 72.5 | 0.38 | 0.63 |
| Hex | B5 | C4 | 7C | 8 | 0 | 25 | 17 | 48 | 26 | 3F |
| Octal | 265 | 304 | 174 | 10 | 0 | 45 | 27 | 110 | 46 | 77 |
| Binary | 10110101 | 11000100 | 1111100 | 1000 | 0 | 100101 | 10111 | 1001000 | 100110 | 111111 |
Color Harmonies of #B5C47C
Complementary color
Monochromatic Colors of #B5C47C
Black with #B5C47C
Text Example
Text Example
White with #B5C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C47C; }
p { color: rgb(181,196,124); }
H1.HeaderClassName
{
color: #B5C47C;
}
.AnyTagClassName
{
color: #B5C47C;
}
</style>
background-color css
<style>
a { background-color: #B5C47C; }
a { background-color: rgb(181,196,124); }
div.DivClassName
{
background-color: #B5C47C;
}
.BgClassName
{
background-color: #B5C47C;
}
</style>
border-color css
<style>
span { border-color: #B5C47C; }
span { border-color: rgb(181,196,124); }
td.TdClassName
{
border-color: #B5C47C;
}
.TagClassName
{
border-color: #B5C47C;
}
</style>