#A8C37C

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

Shades of Caper #A8C37C

Tints of Caper #A8C37C

Color information

#A8C37C (or 0xA8C37C) is unknown color: approx Caper. HEX triplet: A8, C3 and 7C. RGB value is (168,195,124). Sum of RGB (Red+Green+Blue) = 168+195+124=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C37C is #573C83. Grayscale: #B3B3B3. Windows color (decimal): -5717124 or 8176552. OLE color: 8176552.

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

Color convert

RGB168195124-
CMYK0.1400.360.24
HSL82.82º37.17%62.55%-
HSV(B)82.82º36.41%76.47%-
XYZ39.348.8126.42-
YUV178.8397.05120.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=34.50%
G=40.04%
B=25.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951240.1400.360.2482.8237.1762.55
HexA8C37CE0241853253f
Octal25030317416044301234577
Binary1010100011000011111110011100100100110001010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C37C; }

 p { color: rgb(168,195,124); }

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

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

 a { background-color: rgb(168,195,124); }

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

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

 span { border-color: rgb(168,195,124); }

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