Shades of Caper #B3C882
Tints of Caper #B3C882
RGB
CMYK
RGB Variations
Color information
#B3C882 (or 0xB3C882) is known color: Caper. HEX triplet: B3, C8 and 82. RGB value is (179,200,130). Sum of RGB (Red+Green+Blue) = 179+200+130=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C882 is #4C377D. Grayscale: #BABABA. Windows color (decimal): -4994942 or 8571059. OLE color: 8571059.
HSL color Cylindrical-coordinate representation of color #B3C882: hue angle of 78º 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 #B3C882 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 130 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.22 |
| HSL | 78º | 0.39% | 0.65% | - |
| HSV(B) | 78º | 0.35% | 0.78% | - |
| XYZ | 43.27 | 52.5 | 28.97 | - |
| YUV | 185.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 130 | 0.10 | 0 | 0.35 | 0.22 | 78 | 0.39 | 0.65 |
| Hex | B3 | C8 | 82 | A | 0 | 23 | 16 | 4E | 27 | 41 |
| Octal | 263 | 310 | 202 | 12 | 0 | 43 | 26 | 116 | 47 | 101 |
| Binary | 10110011 | 11001000 | 10000010 | 1010 | 0 | 100011 | 10110 | 1001110 | 100111 | 1000001 |
Color Harmonies of #B3C882
Complementary color
Monochromatic Colors of #B3C882
Black with #B3C882
Text Example
Text Example
White with #B3C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C882; }
p { color: rgb(179,200,130); }
H1.HeaderClassName
{
color: #B3C882;
}
.AnyTagClassName
{
color: #B3C882;
}
</style>
background-color css
<style>
a { background-color: #B3C882; }
a { background-color: rgb(179,200,130); }
div.DivClassName
{
background-color: #B3C882;
}
.BgClassName
{
background-color: #B3C882;
}
</style>
border-color css
<style>
span { border-color: #B3C882; }
span { border-color: rgb(179,200,130); }
td.TdClassName
{
border-color: #B3C882;
}
.TagClassName
{
border-color: #B3C882;
}
</style>