#A7C380

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

Shades of Caper #A7C380

Tints of Caper #A7C380

Color information

#A7C380 (or 0xA7C380) is unknown color: approx Caper. HEX triplet: A7, C3 and 80. RGB value is (167,195,128). Sum of RGB (Red+Green+Blue) = 167+195+128=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C380 is #583C7F. Grayscale: #B3B3B3. Windows color (decimal): -5782656 or 8438695. OLE color: 8438695.

HSL color Cylindrical-coordinate representation of color #A7C380: hue angle of 85.07º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C380 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB167195128-
CMYK0.1400.340.24
HSL85.07º35.83%63.33%-
HSV(B)85.07º34.36%76.47%-
XYZ39.3548.827.77-
YUV178.9999.22119.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=34.08%
G=39.80%
B=26.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951280.1400.340.2485.0735.8363.33
HexA7C380E0221855243f
Octal24730320016042301254477
Binary10100111110000111000000011100100010110001010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C380; }

 p { color: rgb(167,195,128); }

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

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

 a { background-color: rgb(167,195,128); }

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

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

 span { border-color: rgb(167,195,128); }

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