Shades of Caper #B4C982
Tints of Caper #B4C982
RGB
CMYK
RGB Variations
Color information
#B4C982 (or 0xB4C982) is known color: Caper. HEX triplet: B4, C9 and 82. RGB value is (180,201,130). Sum of RGB (Red+Green+Blue) = 180+201+130=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C982 is #4B367D. Grayscale: #BABABA. Windows color (decimal): -4929150 or 8571316. OLE color: 8571316.
HSL color Cylindrical-coordinate representation of color #B4C982: hue angle of 77.75º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4C982 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 201 | 130 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.21 |
| HSL | 77.75º | 0.4% | 0.65% | - |
| HSV(B) | 77.75º | 0.35% | 0.79% | - |
| XYZ | 43.74 | 53.09 | 29.06 | - |
| YUV | 186.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 130 | 0.10 | 0 | 0.35 | 0.21 | 77.75 | 0.4 | 0.65 |
| Hex | B4 | C9 | 82 | A | 0 | 23 | 15 | 4E | 28 | 41 |
| Octal | 264 | 311 | 202 | 12 | 0 | 43 | 25 | 116 | 50 | 101 |
| Binary | 10110100 | 11001001 | 10000010 | 1010 | 0 | 100011 | 10101 | 1001110 | 101000 | 1000001 |
Color Harmonies of #B4C982
Complementary color
Monochromatic Colors of #B4C982
Black with #B4C982
Text Example
Text Example
White with #B4C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C982; }
p { color: rgb(180,201,130); }
H1.HeaderClassName
{
color: #B4C982;
}
.AnyTagClassName
{
color: #B4C982;
}
</style>
background-color css
<style>
a { background-color: #B4C982; }
a { background-color: rgb(180,201,130); }
div.DivClassName
{
background-color: #B4C982;
}
.BgClassName
{
background-color: #B4C982;
}
</style>
border-color css
<style>
span { border-color: #B4C982; }
span { border-color: rgb(180,201,130); }
td.TdClassName
{
border-color: #B4C982;
}
.TagClassName
{
border-color: #B4C982;
}
</style>