Shades of Caper #B5C18D
Tints of Caper #B5C18D
RGB
CMYK
RGB Variations
Color information
#B5C18D (or 0xB5C18D) is known color: Caper. HEX triplet: B5, C1 and 8D. RGB value is (181,193,141). Sum of RGB (Red+Green+Blue) = 181+193+141=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C18D is #4A3E72. Grayscale: #B7B7B7. Windows color (decimal): -4865651 or 9290165. OLE color: 9290165.
HSL color Cylindrical-coordinate representation of color #B5C18D: hue angle of 73.85º 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 #B5C18D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 141 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.24 |
| HSL | 73.85º | 0.3% | 0.65% | - |
| HSV(B) | 73.85º | 0.27% | 0.76% | - |
| XYZ | 42.93 | 49.89 | 32.57 | - |
| YUV | 183.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 141 | 0.06 | 0 | 0.27 | 0.24 | 73.85 | 0.3 | 0.65 |
| Hex | B5 | C1 | 8D | 6 | 0 | 1B | 18 | 4A | 1E | 41 |
| Octal | 265 | 301 | 215 | 6 | 0 | 33 | 30 | 112 | 36 | 101 |
| Binary | 10110101 | 11000001 | 10001101 | 110 | 0 | 11011 | 11000 | 1001010 | 11110 | 1000001 |
Color Harmonies of #B5C18D
Complementary color
Monochromatic Colors of #B5C18D
Black with #B5C18D
Text Example
Text Example
White with #B5C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C18D; }
p { color: rgb(181,193,141); }
H1.HeaderClassName
{
color: #B5C18D;
}
.AnyTagClassName
{
color: #B5C18D;
}
</style>
background-color css
<style>
a { background-color: #B5C18D; }
a { background-color: rgb(181,193,141); }
div.DivClassName
{
background-color: #B5C18D;
}
.BgClassName
{
background-color: #B5C18D;
}
</style>
border-color css
<style>
span { border-color: #B5C18D; }
span { border-color: rgb(181,193,141); }
td.TdClassName
{
border-color: #B5C18D;
}
.TagClassName
{
border-color: #B5C18D;
}
</style>