Shades of Caper #B8C984
Tints of Caper #B8C984
RGB
CMYK
RGB Variations
Color information
#B8C984 (or 0xB8C984) is known color: Caper. HEX triplet: B8, C9 and 84. RGB value is (184,201,132). Sum of RGB (Red+Green+Blue) = 184+201+132=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C984 is #47367B. Grayscale: #BCBCBC. Windows color (decimal): -4667004 or 8702392. OLE color: 8702392.
HSL color Cylindrical-coordinate representation of color #B8C984: hue angle of 74.78º 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 #B8C984 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 132 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.21 |
| HSL | 74.78º | 0.39% | 0.65% | - |
| HSV(B) | 74.78º | 0.34% | 0.79% | - |
| XYZ | 44.82 | 53.63 | 29.82 | - |
| YUV | 188.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 132 | 0.08 | 0 | 0.34 | 0.21 | 74.78 | 0.39 | 0.65 |
| Hex | B8 | C9 | 84 | 8 | 0 | 22 | 15 | 4B | 27 | 41 |
| Octal | 270 | 311 | 204 | 10 | 0 | 42 | 25 | 113 | 47 | 101 |
| Binary | 10111000 | 11001001 | 10000100 | 1000 | 0 | 100010 | 10101 | 1001011 | 100111 | 1000001 |
Color Harmonies of #B8C984
Complementary color
Monochromatic Colors of #B8C984
Black with #B8C984
Text Example
Text Example
White with #B8C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C984; }
p { color: rgb(184,201,132); }
H1.HeaderClassName
{
color: #B8C984;
}
.AnyTagClassName
{
color: #B8C984;
}
</style>
background-color css
<style>
a { background-color: #B8C984; }
a { background-color: rgb(184,201,132); }
div.DivClassName
{
background-color: #B8C984;
}
.BgClassName
{
background-color: #B8C984;
}
</style>
border-color css
<style>
span { border-color: #B8C984; }
span { border-color: rgb(184,201,132); }
td.TdClassName
{
border-color: #B8C984;
}
.TagClassName
{
border-color: #B8C984;
}
</style>