Shades of Caper #B0C882
Tints of Caper #B0C882
RGB
CMYK
RGB Variations
Color information
#B0C882 (or 0xB0C882) is known color: Caper. HEX triplet: B0, C8 and 82. RGB value is (176,200,130). Sum of RGB (Red+Green+Blue) = 176+200+130=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C882 is #4F377D. Grayscale: #B9B9B9. Windows color (decimal): -5191550 or 8571056. OLE color: 8571056.
HSL color Cylindrical-coordinate representation of color #B0C882: hue angle of 80.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0C882 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 130 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.22 |
| HSL | 80.57º | 0.39% | 0.65% | - |
| HSV(B) | 80.57º | 0.35% | 0.78% | - |
| XYZ | 42.59 | 52.15 | 28.94 | - |
| YUV | 184.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 130 | 0.12 | 0 | 0.35 | 0.22 | 80.57 | 0.39 | 0.65 |
| Hex | B0 | C8 | 82 | C | 0 | 23 | 16 | 51 | 27 | 41 |
| Octal | 260 | 310 | 202 | 14 | 0 | 43 | 26 | 121 | 47 | 101 |
| Binary | 10110000 | 11001000 | 10000010 | 1100 | 0 | 100011 | 10110 | 1010001 | 100111 | 1000001 |
Color Harmonies of #B0C882
Complementary color
Monochromatic Colors of #B0C882
Black with #B0C882
Text Example
Text Example
White with #B0C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C882; }
p { color: rgb(176,200,130); }
H1.HeaderClassName
{
color: #B0C882;
}
.AnyTagClassName
{
color: #B0C882;
}
</style>
background-color css
<style>
a { background-color: #B0C882; }
a { background-color: rgb(176,200,130); }
div.DivClassName
{
background-color: #B0C882;
}
.BgClassName
{
background-color: #B0C882;
}
</style>
border-color css
<style>
span { border-color: #B0C882; }
span { border-color: rgb(176,200,130); }
td.TdClassName
{
border-color: #B0C882;
}
.TagClassName
{
border-color: #B0C882;
}
</style>