#A9C96D

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

Shades of Caper #A9C96D

Tints of Caper #A9C96D

Color information

#A9C96D (or 0xA9C96D) is unknown color: approx Caper. HEX triplet: A9, C9 and 6D. RGB value is (169,201,109). Sum of RGB (Red+Green+Blue) = 169+201+109=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C96D is #563692. Grayscale: #B5B5B5. Windows color (decimal): -5650067 or 7195049. OLE color: 7195049.

HSL color Cylindrical-coordinate representation of color #A9C96D: hue angle of 80.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9C96D is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB169201109-
CMYK0.1600.460.21
HSL80.87º46%60.78%-
HSV(B)80.87º45.77%78.82%-
XYZ40.0151.3122.26-
YUV180.9487.4119.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=35.28%
G=41.96%
B=22.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011090.1600.460.2180.874660.78
HexA9C96D1002E15512e3d
Octal25131115520056251215675
Binary10101001110010011101101100000101110101011010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C96D; }

 p { color: rgb(169,201,109); }

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

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

 a { background-color: rgb(169,201,109); }

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

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

 span { border-color: rgb(169,201,109); }

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