Shades of Caper #B7C484
Tints of Caper #B7C484
RGB
CMYK
RGB Variations
Color information
#B7C484 (or 0xB7C484) is known color: Caper. HEX triplet: B7, C4 and 84. RGB value is (183,196,132). Sum of RGB (Red+Green+Blue) = 183+196+132=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C484 is #483B7B. Grayscale: #B9B9B9. Windows color (decimal): -4733820 or 8701111. OLE color: 8701111.
HSL color Cylindrical-coordinate representation of color #B7C484: hue angle of 72.19º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7C484 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 132 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.23 |
| HSL | 72.19º | 0.35% | 0.64% | - |
| HSV(B) | 72.19º | 0.33% | 0.77% | - |
| XYZ | 43.43 | 51.21 | 29.43 | - |
| YUV | 184.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 132 | 0.07 | 0 | 0.33 | 0.23 | 72.19 | 0.35 | 0.64 |
| Hex | B7 | C4 | 84 | 7 | 0 | 21 | 17 | 48 | 23 | 40 |
| Octal | 267 | 304 | 204 | 7 | 0 | 41 | 27 | 110 | 43 | 100 |
| Binary | 10110111 | 11000100 | 10000100 | 111 | 0 | 100001 | 10111 | 1001000 | 100011 | 1000000 |
Color Harmonies of #B7C484
Complementary color
Monochromatic Colors of #B7C484
Black with #B7C484
Text Example
Text Example
White with #B7C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C484; }
p { color: rgb(183,196,132); }
H1.HeaderClassName
{
color: #B7C484;
}
.AnyTagClassName
{
color: #B7C484;
}
</style>
background-color css
<style>
a { background-color: #B7C484; }
a { background-color: rgb(183,196,132); }
div.DivClassName
{
background-color: #B7C484;
}
.BgClassName
{
background-color: #B7C484;
}
</style>
border-color css
<style>
span { border-color: #B7C484; }
span { border-color: rgb(183,196,132); }
td.TdClassName
{
border-color: #B7C484;
}
.TagClassName
{
border-color: #B7C484;
}
</style>