Shades of Caper #A4BB7F
Tints of Caper #A4BB7F
RGB
CMYK
RGB Variations
Color information
#A4BB7F (or 0xA4BB7F) is known color: Caper. HEX triplet: A4, BB and 7F. RGB value is (164,187,127). Sum of RGB (Red+Green+Blue) = 164+187+127=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB7F is #5B4480. Grayscale: #ADADAD. Windows color (decimal): -5981313 or 8371108. OLE color: 8371108.
HSL color Cylindrical-coordinate representation of color #A4BB7F: hue angle of 83º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4BB7F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 187 | 127 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.27 |
| HSL | 83º | 0.31% | 0.62% | - |
| HSV(B) | 83º | 0.32% | 0.73% | - |
| XYZ | 36.91 | 44.97 | 26.81 | - |
| YUV | 173.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 127 | 0.12 | 0 | 0.32 | 0.27 | 83 | 0.31 | 0.62 |
| Hex | A4 | BB | 7F | C | 0 | 20 | 1B | 53 | 1F | 3E |
| Octal | 244 | 273 | 177 | 14 | 0 | 40 | 33 | 123 | 37 | 76 |
| Binary | 10100100 | 10111011 | 1111111 | 1100 | 0 | 100000 | 11011 | 1010011 | 11111 | 111110 |
Color Harmonies of #A4BB7F
Complementary color
Monochromatic Colors of #A4BB7F
Black with #A4BB7F
Text Example
Text Example
White with #A4BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BB7F; }
p { color: rgb(164,187,127); }
H1.HeaderClassName
{
color: #A4BB7F;
}
.AnyTagClassName
{
color: #A4BB7F;
}
</style>
background-color css
<style>
a { background-color: #A4BB7F; }
a { background-color: rgb(164,187,127); }
div.DivClassName
{
background-color: #A4BB7F;
}
.BgClassName
{
background-color: #A4BB7F;
}
</style>
border-color css
<style>
span { border-color: #A4BB7F; }
span { border-color: rgb(164,187,127); }
td.TdClassName
{
border-color: #A4BB7F;
}
.TagClassName
{
border-color: #A4BB7F;
}
</style>