Shades of Caper #B5C984
Tints of Caper #B5C984
RGB
CMYK
RGB Variations
Color information
#B5C984 (or 0xB5C984) is known color: Caper. HEX triplet: B5, C9 and 84. RGB value is (181,201,132). Sum of RGB (Red+Green+Blue) = 181+201+132=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C984 is #4A367B. Grayscale: #BBBBBB. Windows color (decimal): -4863612 or 8702389. OLE color: 8702389.
HSL color Cylindrical-coordinate representation of color #B5C984: hue angle of 77.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5C984 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 132 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.21 |
| HSL | 77.39º | 0.39% | 0.65% | - |
| HSV(B) | 77.39º | 0.34% | 0.79% | - |
| XYZ | 44.11 | 53.26 | 29.79 | - |
| YUV | 187.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 132 | 0.10 | 0 | 0.34 | 0.21 | 77.39 | 0.39 | 0.65 |
| Hex | B5 | C9 | 84 | A | 0 | 22 | 15 | 4D | 27 | 41 |
| Octal | 265 | 311 | 204 | 12 | 0 | 42 | 25 | 115 | 47 | 101 |
| Binary | 10110101 | 11001001 | 10000100 | 1010 | 0 | 100010 | 10101 | 1001101 | 100111 | 1000001 |
Color Harmonies of #B5C984
Complementary color
Monochromatic Colors of #B5C984
Black with #B5C984
Text Example
Text Example
White with #B5C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C984; }
p { color: rgb(181,201,132); }
H1.HeaderClassName
{
color: #B5C984;
}
.AnyTagClassName
{
color: #B5C984;
}
</style>
background-color css
<style>
a { background-color: #B5C984; }
a { background-color: rgb(181,201,132); }
div.DivClassName
{
background-color: #B5C984;
}
.BgClassName
{
background-color: #B5C984;
}
</style>
border-color css
<style>
span { border-color: #B5C984; }
span { border-color: rgb(181,201,132); }
td.TdClassName
{
border-color: #B5C984;
}
.TagClassName
{
border-color: #B5C984;
}
</style>