Shades of Caper #B5C98A
Tints of Caper #B5C98A
RGB
CMYK
RGB Variations
Color information
#B5C98A (or 0xB5C98A) is known color: Caper. HEX triplet: B5, C9 and 8A. RGB value is (181,201,138). Sum of RGB (Red+Green+Blue) = 181+201+138=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C98A is #4A3675. Grayscale: #BCBCBC. Windows color (decimal): -4863606 or 9095605. OLE color: 9095605.
HSL color Cylindrical-coordinate representation of color #B5C98A: hue angle of 79.05º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5C98A is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 138 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.21 |
| HSL | 79.05º | 0.37% | 0.66% | - |
| HSV(B) | 79.05º | 0.31% | 0.79% | - |
| XYZ | 44.53 | 53.43 | 32.01 | - |
| YUV | 187.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 138 | 0.10 | 0 | 0.31 | 0.21 | 79.05 | 0.37 | 0.66 |
| Hex | B5 | C9 | 8A | A | 0 | 1F | 15 | 4F | 25 | 42 |
| Octal | 265 | 311 | 212 | 12 | 0 | 37 | 25 | 117 | 45 | 102 |
| Binary | 10110101 | 11001001 | 10001010 | 1010 | 0 | 11111 | 10101 | 1001111 | 100101 | 1000010 |
Color Harmonies of #B5C98A
Complementary color
Monochromatic Colors of #B5C98A
Black with #B5C98A
Text Example
Text Example
White with #B5C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C98A; }
p { color: rgb(181,201,138); }
H1.HeaderClassName
{
color: #B5C98A;
}
.AnyTagClassName
{
color: #B5C98A;
}
</style>
background-color css
<style>
a { background-color: #B5C98A; }
a { background-color: rgb(181,201,138); }
div.DivClassName
{
background-color: #B5C98A;
}
.BgClassName
{
background-color: #B5C98A;
}
</style>
border-color css
<style>
span { border-color: #B5C98A; }
span { border-color: rgb(181,201,138); }
td.TdClassName
{
border-color: #B5C98A;
}
.TagClassName
{
border-color: #B5C98A;
}
</style>