#A4BB7F

Color #A4BB7F Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A4BB7F

Tints of Caper #A4BB7F

Color information

#A4BB7F (or 0xA4BB7F) is unknown color: approx 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

RGB164187127-
CMYK0.1200.320.27
HSL83º30.61%61.57%-
HSV(B)83º32.09%73.33%-
XYZ36.9144.9726.81-
YUV173.28101.88121.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 127 (50% from 255) = 26.57%
R=34.31%
G=39.12%
B=26.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871270.1200.320.278330.6161.57
HexA4BB7FC0201B531f3e
Octal24427317714040331233776
Binary101001001011101111111111100010000011011101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>