Shades of Caper #B5C080
Tints of Caper #B5C080
RGB
CMYK
RGB Variations
Color information
#B5C080 (or 0xB5C080) is known color: Caper. HEX triplet: B5, C0 and 80. RGB value is (181,192,128). Sum of RGB (Red+Green+Blue) = 181+192+128=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C080 is #4A3F7F. Grayscale: #B5B5B5. Windows color (decimal): -4865920 or 8437941. OLE color: 8437941.
HSL color Cylindrical-coordinate representation of color #B5C080: hue angle of 70.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5C080 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 128 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.25 |
| HSL | 70.31º | 0.34% | 0.63% | - |
| HSV(B) | 70.31º | 0.33% | 0.75% | - |
| XYZ | 41.8 | 49.08 | 27.69 | - |
| YUV | 181.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 128 | 0.06 | 0 | 0.33 | 0.25 | 70.31 | 0.34 | 0.63 |
| Hex | B5 | C0 | 80 | 6 | 0 | 21 | 19 | 46 | 22 | 3F |
| Octal | 265 | 300 | 200 | 6 | 0 | 41 | 31 | 106 | 42 | 77 |
| Binary | 10110101 | 11000000 | 10000000 | 110 | 0 | 100001 | 11001 | 1000110 | 100010 | 111111 |
Color Harmonies of #B5C080
Complementary color
Monochromatic Colors of #B5C080
Black with #B5C080
Text Example
Text Example
White with #B5C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C080; }
p { color: rgb(181,192,128); }
H1.HeaderClassName
{
color: #B5C080;
}
.AnyTagClassName
{
color: #B5C080;
}
</style>
background-color css
<style>
a { background-color: #B5C080; }
a { background-color: rgb(181,192,128); }
div.DivClassName
{
background-color: #B5C080;
}
.BgClassName
{
background-color: #B5C080;
}
</style>
border-color css
<style>
span { border-color: #B5C080; }
span { border-color: rgb(181,192,128); }
td.TdClassName
{
border-color: #B5C080;
}
.TagClassName
{
border-color: #B5C080;
}
</style>