#A7C57A

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

Shades of Caper #A7C57A

Tints of Caper #A7C57A

Color information

#A7C57A (or 0xA7C57A) is unknown color: approx Caper. HEX triplet: A7, C5 and 7A. RGB value is (167,197,122). Sum of RGB (Red+Green+Blue) = 167+197+122=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C57A is #583A85. Grayscale: #B3B3B3. Windows color (decimal): -5782150 or 8045991. OLE color: 8045991.

HSL color Cylindrical-coordinate representation of color #A7C57A: hue angle of 84º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7C57A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB167197122-
CMYK0.1500.380.23
HSL84º39.27%62.55%-
HSV(B)84º38.07%77.25%-
XYZ39.4249.5525.9-
YUV179.4895.56119.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=34.36%
G=40.53%
B=25.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671971220.1500.380.238439.2762.55
HexA7C57AF0261754273f
Octal24730517217046271244777
Binary1010011111000101111101011110100110101111010100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C57A; }

 p { color: rgb(167,197,122); }

 H1.HeaderClassName
 {
   color: #A7C57A;
 }
 .AnyTagClassName
 {
   color: #A7C57A;
 }
</style>
background-color css

<style>
 a { background-color: #A7C57A; }

 a { background-color: rgb(167,197,122); }

 div.DivClassName
 {
   background-color: #A7C57A;
 }
 .BgClassName
 {
   background-color: #A7C57A;
 }
</style>
border-color css

<style>
 span { border-color: #A7C57A; }

 span { border-color: rgb(167,197,122); }

 td.TdClassName
 {
   border-color: #A7C57A;
 }
 .TagClassName
 {
   border-color: #A7C57A;
 }
</style>