Shades of Caper #B5C188
Tints of Caper #B5C188
RGB
CMYK
RGB Variations
Color information
#B5C188 (or 0xB5C188) is known color: Caper. HEX triplet: B5, C1 and 88. RGB value is (181,193,136). Sum of RGB (Red+Green+Blue) = 181+193+136=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C188 is #4A3E77. Grayscale: #B7B7B7. Windows color (decimal): -4865656 or 8962485. OLE color: 8962485.
HSL color Cylindrical-coordinate representation of color #B5C188: hue angle of 72.63º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C188 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 136 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.24 |
| HSL | 72.63º | 0.31% | 0.65% | - |
| HSV(B) | 72.63º | 0.3% | 0.76% | - |
| XYZ | 42.57 | 49.74 | 30.65 | - |
| YUV | 182.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 136 | 0.06 | 0 | 0.30 | 0.24 | 72.63 | 0.31 | 0.65 |
| Hex | B5 | C1 | 88 | 6 | 0 | 1E | 18 | 49 | 1F | 41 |
| Octal | 265 | 301 | 210 | 6 | 0 | 36 | 30 | 111 | 37 | 101 |
| Binary | 10110101 | 11000001 | 10001000 | 110 | 0 | 11110 | 11000 | 1001001 | 11111 | 1000001 |
Color Harmonies of #B5C188
Complementary color
Monochromatic Colors of #B5C188
Black with #B5C188
Text Example
Text Example
White with #B5C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C188; }
p { color: rgb(181,193,136); }
H1.HeaderClassName
{
color: #B5C188;
}
.AnyTagClassName
{
color: #B5C188;
}
</style>
background-color css
<style>
a { background-color: #B5C188; }
a { background-color: rgb(181,193,136); }
div.DivClassName
{
background-color: #B5C188;
}
.BgClassName
{
background-color: #B5C188;
}
</style>
border-color css
<style>
span { border-color: #B5C188; }
span { border-color: rgb(181,193,136); }
td.TdClassName
{
border-color: #B5C188;
}
.TagClassName
{
border-color: #B5C188;
}
</style>