Shades of Caper #B3C48B
Tints of Caper #B3C48B
RGB
CMYK
RGB Variations
Color information
#B3C48B (or 0xB3C48B) is known color: Caper. HEX triplet: B3, C4 and 8B. RGB value is (179,196,139). Sum of RGB (Red+Green+Blue) = 179+196+139=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C48B is #4C3B74. Grayscale: #B8B8B8. Windows color (decimal): -4995957 or 9159859. OLE color: 9159859.
HSL color Cylindrical-coordinate representation of color #B3C48B: hue angle of 77.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C48B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 139 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.23 |
| HSL | 77.89º | 0.33% | 0.66% | - |
| HSV(B) | 77.89º | 0.29% | 0.77% | - |
| XYZ | 42.99 | 50.93 | 31.99 | - |
| YUV | 184.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 139 | 0.09 | 0 | 0.29 | 0.23 | 77.89 | 0.33 | 0.66 |
| Hex | B3 | C4 | 8B | 9 | 0 | 1D | 17 | 4E | 21 | 42 |
| Octal | 263 | 304 | 213 | 11 | 0 | 35 | 27 | 116 | 41 | 102 |
| Binary | 10110011 | 11000100 | 10001011 | 1001 | 0 | 11101 | 10111 | 1001110 | 100001 | 1000010 |
Color Harmonies of #B3C48B
Complementary color
Monochromatic Colors of #B3C48B
Black with #B3C48B
Text Example
Text Example
White with #B3C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C48B; }
p { color: rgb(179,196,139); }
H1.HeaderClassName
{
color: #B3C48B;
}
.AnyTagClassName
{
color: #B3C48B;
}
</style>
background-color css
<style>
a { background-color: #B3C48B; }
a { background-color: rgb(179,196,139); }
div.DivClassName
{
background-color: #B3C48B;
}
.BgClassName
{
background-color: #B3C48B;
}
</style>
border-color css
<style>
span { border-color: #B3C48B; }
span { border-color: rgb(179,196,139); }
td.TdClassName
{
border-color: #B3C48B;
}
.TagClassName
{
border-color: #B3C48B;
}
</style>