Shades of Caper #B5C881
Tints of Caper #B5C881
RGB
CMYK
RGB Variations
Color information
#B5C881 (or 0xB5C881) is known color: Caper. HEX triplet: B5, C8 and 81. RGB value is (181,200,129). Sum of RGB (Red+Green+Blue) = 181+200+129=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C881 is #4A377E. Grayscale: #BABABA. Windows color (decimal): -4863871 or 8505525. OLE color: 8505525.
HSL color Cylindrical-coordinate representation of color #B5C881: hue angle of 76.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C881 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 129 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.22 |
| HSL | 76.06º | 0.39% | 0.65% | - |
| HSV(B) | 76.06º | 0.36% | 0.78% | - |
| XYZ | 43.67 | 52.72 | 28.64 | - |
| YUV | 186.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 129 | 0.09 | 0 | 0.36 | 0.22 | 76.06 | 0.39 | 0.65 |
| Hex | B5 | C8 | 81 | 9 | 0 | 24 | 16 | 4C | 27 | 41 |
| Octal | 265 | 310 | 201 | 11 | 0 | 44 | 26 | 114 | 47 | 101 |
| Binary | 10110101 | 11001000 | 10000001 | 1001 | 0 | 100100 | 10110 | 1001100 | 100111 | 1000001 |
Color Harmonies of #B5C881
Complementary color
Monochromatic Colors of #B5C881
Black with #B5C881
Text Example
Text Example
White with #B5C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C881; }
p { color: rgb(181,200,129); }
H1.HeaderClassName
{
color: #B5C881;
}
.AnyTagClassName
{
color: #B5C881;
}
</style>
background-color css
<style>
a { background-color: #B5C881; }
a { background-color: rgb(181,200,129); }
div.DivClassName
{
background-color: #B5C881;
}
.BgClassName
{
background-color: #B5C881;
}
</style>
border-color css
<style>
span { border-color: #B5C881; }
span { border-color: rgb(181,200,129); }
td.TdClassName
{
border-color: #B5C881;
}
.TagClassName
{
border-color: #B5C881;
}
</style>