Shades of Caper #B8C98A
Tints of Caper #B8C98A
RGB
CMYK
RGB Variations
Color information
#B8C98A (or 0xB8C98A) is known color: Caper. HEX triplet: B8, C9 and 8A. RGB value is (184,201,138). Sum of RGB (Red+Green+Blue) = 184+201+138=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C98A is #473675. Grayscale: #BCBCBC. Windows color (decimal): -4666998 or 9095608. OLE color: 9095608.
HSL color Cylindrical-coordinate representation of color #B8C98A: hue angle of 76.19º 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 #B8C98A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 138 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.21 |
| HSL | 76.19º | 0.37% | 0.66% | - |
| HSV(B) | 76.19º | 0.31% | 0.79% | - |
| XYZ | 45.24 | 53.8 | 32.04 | - |
| YUV | 188.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 138 | 0.08 | 0 | 0.31 | 0.21 | 76.19 | 0.37 | 0.66 |
| Hex | B8 | C9 | 8A | 8 | 0 | 1F | 15 | 4C | 25 | 42 |
| Octal | 270 | 311 | 212 | 10 | 0 | 37 | 25 | 114 | 45 | 102 |
| Binary | 10111000 | 11001001 | 10001010 | 1000 | 0 | 11111 | 10101 | 1001100 | 100101 | 1000010 |
Color Harmonies of #B8C98A
Complementary color
Monochromatic Colors of #B8C98A
Black with #B8C98A
Text Example
Text Example
White with #B8C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C98A; }
p { color: rgb(184,201,138); }
H1.HeaderClassName
{
color: #B8C98A;
}
.AnyTagClassName
{
color: #B8C98A;
}
</style>
background-color css
<style>
a { background-color: #B8C98A; }
a { background-color: rgb(184,201,138); }
div.DivClassName
{
background-color: #B8C98A;
}
.BgClassName
{
background-color: #B8C98A;
}
</style>
border-color css
<style>
span { border-color: #B8C98A; }
span { border-color: rgb(184,201,138); }
td.TdClassName
{
border-color: #B8C98A;
}
.TagClassName
{
border-color: #B8C98A;
}
</style>