Shades of Caper #B5C18C
Tints of Caper #B5C18C
RGB
CMYK
RGB Variations
Color information
#B5C18C (or 0xB5C18C) is known color: Caper. HEX triplet: B5, C1 and 8C. RGB value is (181,193,140). Sum of RGB (Red+Green+Blue) = 181+193+140=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C18C is #4A3E73. Grayscale: #B7B7B7. Windows color (decimal): -4865652 or 9224629. OLE color: 9224629.
HSL color Cylindrical-coordinate representation of color #B5C18C: hue angle of 73.58º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C18C is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 140 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.24 |
| HSL | 73.58º | 0.3% | 0.65% | - |
| HSV(B) | 73.58º | 0.27% | 0.76% | - |
| XYZ | 42.86 | 49.86 | 32.18 | - |
| YUV | 183.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 140 | 0.06 | 0 | 0.27 | 0.24 | 73.58 | 0.3 | 0.65 |
| Hex | B5 | C1 | 8C | 6 | 0 | 1B | 18 | 4A | 1E | 41 |
| Octal | 265 | 301 | 214 | 6 | 0 | 33 | 30 | 112 | 36 | 101 |
| Binary | 10110101 | 11000001 | 10001100 | 110 | 0 | 11011 | 11000 | 1001010 | 11110 | 1000001 |
Color Harmonies of #B5C18C
Complementary color
Monochromatic Colors of #B5C18C
Black with #B5C18C
Text Example
Text Example
White with #B5C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C18C; }
p { color: rgb(181,193,140); }
H1.HeaderClassName
{
color: #B5C18C;
}
.AnyTagClassName
{
color: #B5C18C;
}
</style>
background-color css
<style>
a { background-color: #B5C18C; }
a { background-color: rgb(181,193,140); }
div.DivClassName
{
background-color: #B5C18C;
}
.BgClassName
{
background-color: #B5C18C;
}
</style>
border-color css
<style>
span { border-color: #B5C18C; }
span { border-color: rgb(181,193,140); }
td.TdClassName
{
border-color: #B5C18C;
}
.TagClassName
{
border-color: #B5C18C;
}
</style>