Shades of Caper #B5C282
Tints of Caper #B5C282
RGB
CMYK
RGB Variations
Color information
#B5C282 (or 0xB5C282) is known color: Caper. HEX triplet: B5, C2 and 82. RGB value is (181,194,130). Sum of RGB (Red+Green+Blue) = 181+194+130=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C282 is #4A3D7D. Grayscale: #B7B7B7. Windows color (decimal): -4865406 or 8569525. OLE color: 8569525.
HSL color Cylindrical-coordinate representation of color #B5C282: hue angle of 72.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5C282 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 130 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.24 |
| HSL | 72.19º | 0.34% | 0.64% | - |
| HSV(B) | 72.19º | 0.33% | 0.76% | - |
| XYZ | 42.38 | 50.02 | 28.54 | - |
| YUV | 182.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 130 | 0.07 | 0 | 0.33 | 0.24 | 72.19 | 0.34 | 0.64 |
| Hex | B5 | C2 | 82 | 7 | 0 | 21 | 18 | 48 | 22 | 40 |
| Octal | 265 | 302 | 202 | 7 | 0 | 41 | 30 | 110 | 42 | 100 |
| Binary | 10110101 | 11000010 | 10000010 | 111 | 0 | 100001 | 11000 | 1001000 | 100010 | 1000000 |
Color Harmonies of #B5C282
Complementary color
Monochromatic Colors of #B5C282
Black with #B5C282
Text Example
Text Example
White with #B5C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C282; }
p { color: rgb(181,194,130); }
H1.HeaderClassName
{
color: #B5C282;
}
.AnyTagClassName
{
color: #B5C282;
}
</style>
background-color css
<style>
a { background-color: #B5C282; }
a { background-color: rgb(181,194,130); }
div.DivClassName
{
background-color: #B5C282;
}
.BgClassName
{
background-color: #B5C282;
}
</style>
border-color css
<style>
span { border-color: #B5C282; }
span { border-color: rgb(181,194,130); }
td.TdClassName
{
border-color: #B5C282;
}
.TagClassName
{
border-color: #B5C282;
}
</style>