Shades of Caper #B2B98A
Tints of Caper #B2B98A
RGB
CMYK
RGB Variations
Color information
#B2B98A (or 0xB2B98A) is known color: Caper. HEX triplet: B2, B9 and 8A. RGB value is (178,185,138). Sum of RGB (Red+Green+Blue) = 178+185+138=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B98A is #4D4675. Grayscale: #B1B1B1. Windows color (decimal): -5064310 or 9091506. OLE color: 9091506.
HSL color Cylindrical-coordinate representation of color #B2B98A: hue angle of 68.94º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B98A is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 138 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.27 |
| HSL | 68.94º | 0.25% | 0.63% | - |
| HSV(B) | 68.94º | 0.25% | 0.73% | - |
| XYZ | 40.3 | 46 | 30.8 | - |
| YUV | 177.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 138 | 0.04 | 0 | 0.25 | 0.27 | 68.94 | 0.25 | 0.63 |
| Hex | B2 | B9 | 8A | 4 | 0 | 19 | 1B | 45 | 19 | 3F |
| Octal | 262 | 271 | 212 | 4 | 0 | 31 | 33 | 105 | 31 | 77 |
| Binary | 10110010 | 10111001 | 10001010 | 100 | 0 | 11001 | 11011 | 1000101 | 11001 | 111111 |
Color Harmonies of #B2B98A
Complementary color
Monochromatic Colors of #B2B98A
Black with #B2B98A
Text Example
Text Example
White with #B2B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B98A; }
p { color: rgb(178,185,138); }
H1.HeaderClassName
{
color: #B2B98A;
}
.AnyTagClassName
{
color: #B2B98A;
}
</style>
background-color css
<style>
a { background-color: #B2B98A; }
a { background-color: rgb(178,185,138); }
div.DivClassName
{
background-color: #B2B98A;
}
.BgClassName
{
background-color: #B2B98A;
}
</style>
border-color css
<style>
span { border-color: #B2B98A; }
span { border-color: rgb(178,185,138); }
td.TdClassName
{
border-color: #B2B98A;
}
.TagClassName
{
border-color: #B2B98A;
}
</style>