Shades of Caper #B5C588
Tints of Caper #B5C588
RGB
CMYK
RGB Variations
Color information
#B5C588 (or 0xB5C588) is known color: Caper. HEX triplet: B5, C5 and 88. RGB value is (181,197,136). Sum of RGB (Red+Green+Blue) = 181+197+136=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C588 is #4A3A77. Grayscale: #B9B9B9. Windows color (decimal): -4864632 or 8963509. OLE color: 8963509.
HSL color Cylindrical-coordinate representation of color #B5C588: hue angle of 75.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5C588 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 136 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.23 |
| HSL | 75.74º | 0.34% | 0.65% | - |
| HSV(B) | 75.74º | 0.31% | 0.77% | - |
| XYZ | 43.47 | 51.53 | 30.95 | - |
| YUV | 185.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 136 | 0.08 | 0 | 0.31 | 0.23 | 75.74 | 0.34 | 0.65 |
| Hex | B5 | C5 | 88 | 8 | 0 | 1F | 17 | 4C | 22 | 41 |
| Octal | 265 | 305 | 210 | 10 | 0 | 37 | 27 | 114 | 42 | 101 |
| Binary | 10110101 | 11000101 | 10001000 | 1000 | 0 | 11111 | 10111 | 1001100 | 100010 | 1000001 |
Color Harmonies of #B5C588
Complementary color
Monochromatic Colors of #B5C588
Black with #B5C588
Text Example
Text Example
White with #B5C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C588; }
p { color: rgb(181,197,136); }
H1.HeaderClassName
{
color: #B5C588;
}
.AnyTagClassName
{
color: #B5C588;
}
</style>
background-color css
<style>
a { background-color: #B5C588; }
a { background-color: rgb(181,197,136); }
div.DivClassName
{
background-color: #B5C588;
}
.BgClassName
{
background-color: #B5C588;
}
</style>
border-color css
<style>
span { border-color: #B5C588; }
span { border-color: rgb(181,197,136); }
td.TdClassName
{
border-color: #B5C588;
}
.TagClassName
{
border-color: #B5C588;
}
</style>