#A5C07A

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

Shades of Caper #A5C07A

Tints of Caper #A5C07A

Color information

#A5C07A (or 0xA5C07A) is unknown color: approx Caper. HEX triplet: A5, C0 and 7A. RGB value is (165,192,122). Sum of RGB (Red+Green+Blue) = 165+192+122=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C07A is #5A3F85. Grayscale: #B0B0B0. Windows color (decimal): -5914502 or 8044709. OLE color: 8044709.

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

Color convert

RGB165192122-
CMYK0.1400.360.25
HSL83.14º35.71%61.57%-
HSV(B)83.14º36.46%75.29%-
XYZ37.8847.125.51-
YUV175.9597.55120.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=34.45%
G=40.08%
B=25.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921220.1400.360.2583.1435.7161.57
HexA5C07AE0241953243e
Octal24530017216044311234476
Binary1010010111000000111101011100100100110011010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C07A; }

 p { color: rgb(165,192,122); }

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

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

 a { background-color: rgb(165,192,122); }

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

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

 span { border-color: rgb(165,192,122); }

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