#A7C683

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

Shades of Caper #A7C683

Tints of Caper #A7C683

Color information

#A7C683 (or 0xA7C683) is unknown color: approx Caper. HEX triplet: A7, C6 and 83. RGB value is (167,198,131). Sum of RGB (Red+Green+Blue) = 167+198+131=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C683 is #58397C. Grayscale: #B5B5B5. Windows color (decimal): -5781885 or 8636071. OLE color: 8636071.

HSL color Cylindrical-coordinate representation of color #A7C683: hue angle of 87.76º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C683 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB167198131-
CMYK0.1600.340.22
HSL87.76º37.02%64.51%-
HSV(B)87.76º33.84%77.65%-
XYZ40.2350.2429.05-
YUV181.0999.73117.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=33.67%
G=39.92%
B=26.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671981310.1600.340.2287.7637.0264.51
HexA7C6831002216582541
Octal247306203200422613045101
Binary1010011111000110100000111000001000101011010110001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C683; }

 p { color: rgb(167,198,131); }

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

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

 a { background-color: rgb(167,198,131); }

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

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

 span { border-color: rgb(167,198,131); }

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