#A5C37D

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

Shades of Caper #A5C37D

Tints of Caper #A5C37D

Color information

#A5C37D (or 0xA5C37D) is unknown color: approx Caper. HEX triplet: A5, C3 and 7D. RGB value is (165,195,125). Sum of RGB (Red+Green+Blue) = 165+195+125=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C37D is #5A3C82. Grayscale: #B2B2B2. Windows color (decimal): -5913731 or 8242085. OLE color: 8242085.

HSL color Cylindrical-coordinate representation of color #A5C37D: hue angle of 85.71º 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 #A5C37D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB165195125-
CMYK0.1500.360.24
HSL85.71º36.84%62.75%-
HSV(B)85.71º35.9%76.47%-
XYZ38.7348.5126.72-
YUV178.0598.06118.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=34.02%
G=40.21%
B=25.77%

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
Decimal1651951250.1500.360.2485.7136.8462.75
HexA5C37DF0241856253f
Octal24530317517044301264577
Binary1010010111000011111110111110100100110001010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C37D; }

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

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

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

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

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

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

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

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