#A5C67E

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

Shades of Caper #A5C67E

Tints of Caper #A5C67E

Color information

#A5C67E (or 0xA5C67E) is unknown color: approx Caper. HEX triplet: A5, C6 and 7E. RGB value is (165,198,126). Sum of RGB (Red+Green+Blue) = 165+198+126=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C67E is #5A3981. Grayscale: #B4B4B4. Windows color (decimal): -5912962 or 8308389. OLE color: 8308389.

HSL color Cylindrical-coordinate representation of color #A5C67E: hue angle of 87.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5C67E is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB165198126-
CMYK0.1700.360.22
HSL87.5º38.71%63.53%-
HSV(B)87.5º36.36%77.65%-
XYZ39.4849.8927.29-
YUV179.9297.57117.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=33.74%
G=40.49%
B=25.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981260.1700.360.2287.538.7163.53
HexA5C67E1102416582740
Octal245306176210442613047100
Binary101001011100011011111101000101001001011010110001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C67E; }

 p { color: rgb(165,198,126); }

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

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

 a { background-color: rgb(165,198,126); }

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

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

 span { border-color: rgb(165,198,126); }

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