Shades of Caper #B7C282
Tints of Caper #B7C282
RGB
CMYK
RGB Variations
Color information
#B7C282 (or 0xB7C282) is known color: Caper. HEX triplet: B7, C2 and 82. RGB value is (183,194,130). Sum of RGB (Red+Green+Blue) = 183+194+130=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C282 is #483D7D. Grayscale: #B7B7B7. Windows color (decimal): -4734334 or 8569527. OLE color: 8569527.
HSL color Cylindrical-coordinate representation of color #B7C282: hue angle of 70.31º 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 #B7C282 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 130 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.24 |
| HSL | 70.31º | 0.34% | 0.64% | - |
| HSV(B) | 70.31º | 0.33% | 0.76% | - |
| XYZ | 42.85 | 50.26 | 28.56 | - |
| YUV | 183.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 130 | 0.06 | 0 | 0.33 | 0.24 | 70.31 | 0.34 | 0.64 |
| Hex | B7 | C2 | 82 | 6 | 0 | 21 | 18 | 46 | 22 | 40 |
| Octal | 267 | 302 | 202 | 6 | 0 | 41 | 30 | 106 | 42 | 100 |
| Binary | 10110111 | 11000010 | 10000010 | 110 | 0 | 100001 | 11000 | 1000110 | 100010 | 1000000 |
Color Harmonies of #B7C282
Complementary color
Monochromatic Colors of #B7C282
Black with #B7C282
Text Example
Text Example
White with #B7C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C282; }
p { color: rgb(183,194,130); }
H1.HeaderClassName
{
color: #B7C282;
}
.AnyTagClassName
{
color: #B7C282;
}
</style>
background-color css
<style>
a { background-color: #B7C282; }
a { background-color: rgb(183,194,130); }
div.DivClassName
{
background-color: #B7C282;
}
.BgClassName
{
background-color: #B7C282;
}
</style>
border-color css
<style>
span { border-color: #B7C282; }
span { border-color: rgb(183,194,130); }
td.TdClassName
{
border-color: #B7C282;
}
.TagClassName
{
border-color: #B7C282;
}
</style>