#A9C975

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

Shades of Caper #A9C975

Tints of Caper #A9C975

Color information

#A9C975 (or 0xA9C975) is unknown color: approx Caper. HEX triplet: A9, C9 and 75. RGB value is (169,201,117). Sum of RGB (Red+Green+Blue) = 169+201+117=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C975 is #56368A. Grayscale: #B6B6B6. Windows color (decimal): -5650059 or 7719337. OLE color: 7719337.

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

Color convert

RGB169201117-
CMYK0.1600.420.21
HSL82.86º43.75%62.35%-
HSV(B)82.86º41.79%78.82%-
XYZ40.4651.4924.64-
YUV181.8691.4118.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=34.70%
G=41.27%
B=24.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011170.1600.420.2182.8643.7562.35
HexA9C9751002A15532c3e
Octal25131116520052251235476
Binary10101001110010011110101100000101010101011010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C975; }

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

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

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

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

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

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

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

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