Shades of Caper #B5C47E
Tints of Caper #B5C47E
RGB
CMYK
RGB Variations
Color information
#B5C47E (or 0xB5C47E) is known color: Caper. HEX triplet: B5, C4 and 7E. RGB value is (181,196,126). Sum of RGB (Red+Green+Blue) = 181+196+126=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C47E is #4A3B81. Grayscale: #B7B7B7. Windows color (decimal): -4864898 or 8307893. OLE color: 8307893.
HSL color Cylindrical-coordinate representation of color #B5C47E: hue angle of 72.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C47E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 126 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.23 |
| HSL | 72.86º | 0.37% | 0.63% | - |
| HSV(B) | 72.86º | 0.36% | 0.77% | - |
| XYZ | 42.56 | 50.81 | 27.3 | - |
| YUV | 183.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 126 | 0.08 | 0 | 0.36 | 0.23 | 72.86 | 0.37 | 0.63 |
| Hex | B5 | C4 | 7E | 8 | 0 | 24 | 17 | 49 | 25 | 3F |
| Octal | 265 | 304 | 176 | 10 | 0 | 44 | 27 | 111 | 45 | 77 |
| Binary | 10110101 | 11000100 | 1111110 | 1000 | 0 | 100100 | 10111 | 1001001 | 100101 | 111111 |
Color Harmonies of #B5C47E
Complementary color
Monochromatic Colors of #B5C47E
Black with #B5C47E
Text Example
Text Example
White with #B5C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C47E; }
p { color: rgb(181,196,126); }
H1.HeaderClassName
{
color: #B5C47E;
}
.AnyTagClassName
{
color: #B5C47E;
}
</style>
background-color css
<style>
a { background-color: #B5C47E; }
a { background-color: rgb(181,196,126); }
div.DivClassName
{
background-color: #B5C47E;
}
.BgClassName
{
background-color: #B5C47E;
}
</style>
border-color css
<style>
span { border-color: #B5C47E; }
span { border-color: rgb(181,196,126); }
td.TdClassName
{
border-color: #B5C47E;
}
.TagClassName
{
border-color: #B5C47E;
}
</style>