Shades of Caper #B0C48B
Tints of Caper #B0C48B
RGB
CMYK
RGB Variations
Color information
#B0C48B (or 0xB0C48B) is known color: Caper. HEX triplet: B0, C4 and 8B. RGB value is (176,196,139). Sum of RGB (Red+Green+Blue) = 176+196+139=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C48B is #4F3B74. Grayscale: #B7B7B7. Windows color (decimal): -5192565 or 9159856. OLE color: 9159856.
HSL color Cylindrical-coordinate representation of color #B0C48B: hue angle of 81.05º 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 #B0C48B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 139 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.23 |
| HSL | 81.05º | 0.33% | 0.66% | - |
| HSV(B) | 81.05º | 0.29% | 0.77% | - |
| XYZ | 42.3 | 50.57 | 31.96 | - |
| YUV | 183.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 139 | 0.10 | 0 | 0.29 | 0.23 | 81.05 | 0.33 | 0.66 |
| Hex | B0 | C4 | 8B | A | 0 | 1D | 17 | 51 | 21 | 42 |
| Octal | 260 | 304 | 213 | 12 | 0 | 35 | 27 | 121 | 41 | 102 |
| Binary | 10110000 | 11000100 | 10001011 | 1010 | 0 | 11101 | 10111 | 1010001 | 100001 | 1000010 |
Color Harmonies of #B0C48B
Complementary color
Monochromatic Colors of #B0C48B
Black with #B0C48B
Text Example
Text Example
White with #B0C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C48B; }
p { color: rgb(176,196,139); }
H1.HeaderClassName
{
color: #B0C48B;
}
.AnyTagClassName
{
color: #B0C48B;
}
</style>
background-color css
<style>
a { background-color: #B0C48B; }
a { background-color: rgb(176,196,139); }
div.DivClassName
{
background-color: #B0C48B;
}
.BgClassName
{
background-color: #B0C48B;
}
</style>
border-color css
<style>
span { border-color: #B0C48B; }
span { border-color: rgb(176,196,139); }
td.TdClassName
{
border-color: #B0C48B;
}
.TagClassName
{
border-color: #B0C48B;
}
</style>