Shades of Caper #B3CA8B
Tints of Caper #B3CA8B
RGB
CMYK
RGB Variations
Color information
#B3CA8B (or 0xB3CA8B) is known color: Caper. HEX triplet: B3, CA and 8B. RGB value is (179,202,139). Sum of RGB (Red+Green+Blue) = 179+202+139=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA8B is #4C3574. Grayscale: #BCBCBC. Windows color (decimal): -4994421 or 9161395. OLE color: 9161395.
HSL color Cylindrical-coordinate representation of color #B3CA8B: hue angle of 81.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3CA8B is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 139 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.21 |
| HSL | 81.9º | 0.37% | 0.67% | - |
| HSV(B) | 81.9º | 0.31% | 0.79% | - |
| XYZ | 44.37 | 53.69 | 32.45 | - |
| YUV | 187.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 139 | 0.11 | 0 | 0.31 | 0.21 | 81.9 | 0.37 | 0.67 |
| Hex | B3 | CA | 8B | B | 0 | 1F | 15 | 52 | 25 | 43 |
| Octal | 263 | 312 | 213 | 13 | 0 | 37 | 25 | 122 | 45 | 103 |
| Binary | 10110011 | 11001010 | 10001011 | 1011 | 0 | 11111 | 10101 | 1010010 | 100101 | 1000011 |
Color Harmonies of #B3CA8B
Complementary color
Monochromatic Colors of #B3CA8B
Black with #B3CA8B
Text Example
Text Example
White with #B3CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA8B; }
p { color: rgb(179,202,139); }
H1.HeaderClassName
{
color: #B3CA8B;
}
.AnyTagClassName
{
color: #B3CA8B;
}
</style>
background-color css
<style>
a { background-color: #B3CA8B; }
a { background-color: rgb(179,202,139); }
div.DivClassName
{
background-color: #B3CA8B;
}
.BgClassName
{
background-color: #B3CA8B;
}
</style>
border-color css
<style>
span { border-color: #B3CA8B; }
span { border-color: rgb(179,202,139); }
td.TdClassName
{
border-color: #B3CA8B;
}
.TagClassName
{
border-color: #B3CA8B;
}
</style>