Shades of Caper #B5C882
Tints of Caper #B5C882
RGB
CMYK
RGB Variations
Color information
#B5C882 (or 0xB5C882) is known color: Caper. HEX triplet: B5, C8 and 82. RGB value is (181,200,130). Sum of RGB (Red+Green+Blue) = 181+200+130=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C882 is #4A377D. Grayscale: #BABABA. Windows color (decimal): -4863870 or 8571061. OLE color: 8571061.
HSL color Cylindrical-coordinate representation of color #B5C882: hue angle of 76.29º 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 #B5C882 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 130 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.22 |
| HSL | 76.29º | 0.39% | 0.65% | - |
| HSV(B) | 76.29º | 0.35% | 0.78% | - |
| XYZ | 43.74 | 52.74 | 28.99 | - |
| YUV | 186.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 130 | 0.09 | 0 | 0.35 | 0.22 | 76.29 | 0.39 | 0.65 |
| Hex | B5 | C8 | 82 | 9 | 0 | 23 | 16 | 4C | 27 | 41 |
| Octal | 265 | 310 | 202 | 11 | 0 | 43 | 26 | 114 | 47 | 101 |
| Binary | 10110101 | 11001000 | 10000010 | 1001 | 0 | 100011 | 10110 | 1001100 | 100111 | 1000001 |
Color Harmonies of #B5C882
Complementary color
Monochromatic Colors of #B5C882
Black with #B5C882
Text Example
Text Example
White with #B5C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C882; }
p { color: rgb(181,200,130); }
H1.HeaderClassName
{
color: #B5C882;
}
.AnyTagClassName
{
color: #B5C882;
}
</style>
background-color css
<style>
a { background-color: #B5C882; }
a { background-color: rgb(181,200,130); }
div.DivClassName
{
background-color: #B5C882;
}
.BgClassName
{
background-color: #B5C882;
}
</style>
border-color css
<style>
span { border-color: #B5C882; }
span { border-color: rgb(181,200,130); }
td.TdClassName
{
border-color: #B5C882;
}
.TagClassName
{
border-color: #B5C882;
}
</style>