Shades of Caper #B5C98D
Tints of Caper #B5C98D
RGB
CMYK
RGB Variations
Color information
#B5C98D (or 0xB5C98D) is known color: Caper. HEX triplet: B5, C9 and 8D. RGB value is (181,201,141). Sum of RGB (Red+Green+Blue) = 181+201+141=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C98D is #4A3672. Grayscale: #BCBCBC. Windows color (decimal): -4863603 or 9292213. OLE color: 9292213.
HSL color Cylindrical-coordinate representation of color #B5C98D: hue angle of 80º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C98D is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 141 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.21 |
| HSL | 80º | 0.36% | 0.67% | - |
| HSV(B) | 80º | 0.3% | 0.79% | - |
| XYZ | 44.75 | 53.52 | 33.17 | - |
| YUV | 188.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 141 | 0.10 | 0 | 0.30 | 0.21 | 80 | 0.36 | 0.67 |
| Hex | B5 | C9 | 8D | A | 0 | 1E | 15 | 50 | 24 | 43 |
| Octal | 265 | 311 | 215 | 12 | 0 | 36 | 25 | 120 | 44 | 103 |
| Binary | 10110101 | 11001001 | 10001101 | 1010 | 0 | 11110 | 10101 | 1010000 | 100100 | 1000011 |
Color Harmonies of #B5C98D
Complementary color
Monochromatic Colors of #B5C98D
Black with #B5C98D
Text Example
Text Example
White with #B5C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C98D; }
p { color: rgb(181,201,141); }
H1.HeaderClassName
{
color: #B5C98D;
}
.AnyTagClassName
{
color: #B5C98D;
}
</style>
background-color css
<style>
a { background-color: #B5C98D; }
a { background-color: rgb(181,201,141); }
div.DivClassName
{
background-color: #B5C98D;
}
.BgClassName
{
background-color: #B5C98D;
}
</style>
border-color css
<style>
span { border-color: #B5C98D; }
span { border-color: rgb(181,201,141); }
td.TdClassName
{
border-color: #B5C98D;
}
.TagClassName
{
border-color: #B5C98D;
}
</style>