Shades of Caper #B7C28D
Tints of Caper #B7C28D
RGB
CMYK
RGB Variations
Color information
#B7C28D (or 0xB7C28D) is known color: Caper. HEX triplet: B7, C2 and 8D. RGB value is (183,194,141). Sum of RGB (Red+Green+Blue) = 183+194+141=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C28D is #483D72. Grayscale: #B8B8B8. Windows color (decimal): -4734323 or 9290423. OLE color: 9290423.
HSL color Cylindrical-coordinate representation of color #B7C28D: hue angle of 72.45º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7C28D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 141 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.24 |
| HSL | 72.45º | 0.3% | 0.66% | - |
| HSV(B) | 72.45º | 0.27% | 0.76% | - |
| XYZ | 43.63 | 50.57 | 32.66 | - |
| YUV | 184.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 141 | 0.06 | 0 | 0.27 | 0.24 | 72.45 | 0.3 | 0.66 |
| Hex | B7 | C2 | 8D | 6 | 0 | 1B | 18 | 48 | 1E | 42 |
| Octal | 267 | 302 | 215 | 6 | 0 | 33 | 30 | 110 | 36 | 102 |
| Binary | 10110111 | 11000010 | 10001101 | 110 | 0 | 11011 | 11000 | 1001000 | 11110 | 1000010 |
Color Harmonies of #B7C28D
Complementary color
Monochromatic Colors of #B7C28D
Black with #B7C28D
Text Example
Text Example
White with #B7C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C28D; }
p { color: rgb(183,194,141); }
H1.HeaderClassName
{
color: #B7C28D;
}
.AnyTagClassName
{
color: #B7C28D;
}
</style>
background-color css
<style>
a { background-color: #B7C28D; }
a { background-color: rgb(183,194,141); }
div.DivClassName
{
background-color: #B7C28D;
}
.BgClassName
{
background-color: #B7C28D;
}
</style>
border-color css
<style>
span { border-color: #B7C28D; }
span { border-color: rgb(183,194,141); }
td.TdClassName
{
border-color: #B7C28D;
}
.TagClassName
{
border-color: #B7C28D;
}
</style>