Shades of Caper #B5C97C
Tints of Caper #B5C97C
RGB
CMYK
RGB Variations
Color information
#B5C97C (or 0xB5C97C) is known color: Caper. HEX triplet: B5, C9 and 7C. RGB value is (181,201,124). Sum of RGB (Red+Green+Blue) = 181+201+124=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C97C is #4A3683. Grayscale: #BABABA. Windows color (decimal): -4863620 or 8178101. OLE color: 8178101.
HSL color Cylindrical-coordinate representation of color #B5C97C: hue angle of 75.58º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5C97C is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 124 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.21 |
| HSL | 75.58º | 0.42% | 0.64% | - |
| HSV(B) | 75.58º | 0.38% | 0.79% | - |
| XYZ | 43.58 | 53.05 | 27.01 | - |
| YUV | 186.24 | 92.87 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 124 | 0.10 | 0 | 0.38 | 0.21 | 75.58 | 0.42 | 0.64 |
| Hex | B5 | C9 | 7C | A | 0 | 26 | 15 | 4C | 2A | 40 |
| Octal | 265 | 311 | 174 | 12 | 0 | 46 | 25 | 114 | 52 | 100 |
| Binary | 10110101 | 11001001 | 1111100 | 1010 | 0 | 100110 | 10101 | 1001100 | 101010 | 1000000 |
Color Harmonies of #B5C97C
Complementary color
Monochromatic Colors of #B5C97C
Black with #B5C97C
Text Example
Text Example
White with #B5C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C97C; }
p { color: rgb(181,201,124); }
H1.HeaderClassName
{
color: #B5C97C;
}
.AnyTagClassName
{
color: #B5C97C;
}
</style>
background-color css
<style>
a { background-color: #B5C97C; }
a { background-color: rgb(181,201,124); }
div.DivClassName
{
background-color: #B5C97C;
}
.BgClassName
{
background-color: #B5C97C;
}
</style>
border-color css
<style>
span { border-color: #B5C97C; }
span { border-color: rgb(181,201,124); }
td.TdClassName
{
border-color: #B5C97C;
}
.TagClassName
{
border-color: #B5C97C;
}
</style>