#A5C17C

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

Shades of Caper #A5C17C

Tints of Caper #A5C17C

Color information

#A5C17C (or 0xA5C17C) is unknown color: approx Caper. HEX triplet: A5, C1 and 7C. RGB value is (165,193,124). Sum of RGB (Red+Green+Blue) = 165+193+124=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C17C is #5A3E83. Grayscale: #B1B1B1. Windows color (decimal): -5914244 or 8176037. OLE color: 8176037.

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

Color convert

RGB165193124-
CMYK0.1500.360.24
HSL84.35º35.75%62.16%-
HSV(B)84.35º35.75%75.69%-
XYZ38.2347.5926.24-
YUV176.7698.22119.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=34.23%
G=40.04%
B=25.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931240.1500.360.2484.3535.7562.16
HexA5C17CF0241854243e
Octal24530117417044301244476
Binary1010010111000001111110011110100100110001010100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C17C; }

 p { color: rgb(165,193,124); }

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

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

 a { background-color: rgb(165,193,124); }

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

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

 span { border-color: rgb(165,193,124); }

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