Shades of Caper #B0C48A
Tints of Caper #B0C48A
RGB
CMYK
RGB Variations
Color information
#B0C48A (or 0xB0C48A) is known color: Caper. HEX triplet: B0, C4 and 8A. RGB value is (176,196,138). Sum of RGB (Red+Green+Blue) = 176+196+138=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C48A is #4F3B75. Grayscale: #B7B7B7. Windows color (decimal): -5192566 or 9094320. OLE color: 9094320.
HSL color Cylindrical-coordinate representation of color #B0C48A: hue angle of 80.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C48A is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 138 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.23 |
| HSL | 80.69º | 0.33% | 0.65% | - |
| HSV(B) | 80.69º | 0.3% | 0.77% | - |
| XYZ | 42.23 | 50.54 | 31.58 | - |
| YUV | 183.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 138 | 0.10 | 0 | 0.30 | 0.23 | 80.69 | 0.33 | 0.65 |
| Hex | B0 | C4 | 8A | A | 0 | 1E | 17 | 51 | 21 | 41 |
| Octal | 260 | 304 | 212 | 12 | 0 | 36 | 27 | 121 | 41 | 101 |
| Binary | 10110000 | 11000100 | 10001010 | 1010 | 0 | 11110 | 10111 | 1010001 | 100001 | 1000001 |
Color Harmonies of #B0C48A
Complementary color
Monochromatic Colors of #B0C48A
Black with #B0C48A
Text Example
Text Example
White with #B0C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C48A; }
p { color: rgb(176,196,138); }
H1.HeaderClassName
{
color: #B0C48A;
}
.AnyTagClassName
{
color: #B0C48A;
}
</style>
background-color css
<style>
a { background-color: #B0C48A; }
a { background-color: rgb(176,196,138); }
div.DivClassName
{
background-color: #B0C48A;
}
.BgClassName
{
background-color: #B0C48A;
}
</style>
border-color css
<style>
span { border-color: #B0C48A; }
span { border-color: rgb(176,196,138); }
td.TdClassName
{
border-color: #B0C48A;
}
.TagClassName
{
border-color: #B0C48A;
}
</style>