#A5C37F

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

Shades of Caper #A5C37F

Tints of Caper #A5C37F

Color information

#A5C37F (or 0xA5C37F) is unknown color: approx Caper. HEX triplet: A5, C3 and 7F. RGB value is (165,195,127). Sum of RGB (Red+Green+Blue) = 165+195+127=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C37F is #5A3C80. Grayscale: #B2B2B2. Windows color (decimal): -5913729 or 8373157. OLE color: 8373157.

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

Color convert

RGB165195127-
CMYK0.1500.350.24
HSL86.47º36.17%63.14%-
HSV(B)86.47º34.87%76.47%-
XYZ38.8648.5627.4-
YUV178.2899.06118.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 127 (50% from 255) = 26.08%
R=33.88%
G=40.04%
B=26.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951270.1500.350.2486.4736.1763.14
HexA5C37FF0231856243f
Octal24530317717043301264477
Binary1010010111000011111111111110100011110001010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C37F; }

 p { color: rgb(165,195,127); }

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

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

 a { background-color: rgb(165,195,127); }

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

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

 span { border-color: rgb(165,195,127); }

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