Shades of Caper #B5C180
Tints of Caper #B5C180
RGB
CMYK
RGB Variations
Color information
#B5C180 (or 0xB5C180) is known color: Caper. HEX triplet: B5, C1 and 80. RGB value is (181,193,128). Sum of RGB (Red+Green+Blue) = 181+193+128=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C180 is #4A3E7F. Grayscale: #B6B6B6. Windows color (decimal): -4865664 or 8438197. OLE color: 8438197.
HSL color Cylindrical-coordinate representation of color #B5C180: hue angle of 71.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5C180 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 128 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.24 |
| HSL | 71.08º | 0.34% | 0.63% | - |
| HSV(B) | 71.08º | 0.34% | 0.76% | - |
| XYZ | 42.02 | 49.52 | 27.77 | - |
| YUV | 182 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 128 | 0.06 | 0 | 0.34 | 0.24 | 71.08 | 0.34 | 0.63 |
| Hex | B5 | C1 | 80 | 6 | 0 | 22 | 18 | 47 | 22 | 3F |
| Octal | 265 | 301 | 200 | 6 | 0 | 42 | 30 | 107 | 42 | 77 |
| Binary | 10110101 | 11000001 | 10000000 | 110 | 0 | 100010 | 11000 | 1000111 | 100010 | 111111 |
Color Harmonies of #B5C180
Complementary color
Monochromatic Colors of #B5C180
Black with #B5C180
Text Example
Text Example
White with #B5C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C180; }
p { color: rgb(181,193,128); }
H1.HeaderClassName
{
color: #B5C180;
}
.AnyTagClassName
{
color: #B5C180;
}
</style>
background-color css
<style>
a { background-color: #B5C180; }
a { background-color: rgb(181,193,128); }
div.DivClassName
{
background-color: #B5C180;
}
.BgClassName
{
background-color: #B5C180;
}
</style>
border-color css
<style>
span { border-color: #B5C180; }
span { border-color: rgb(181,193,128); }
td.TdClassName
{
border-color: #B5C180;
}
.TagClassName
{
border-color: #B5C180;
}
</style>