#A9C675

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

Shades of Caper #A9C675

Tints of Caper #A9C675

Color information

#A9C675 (or 0xA9C675) is unknown color: approx Caper. HEX triplet: A9, C6 and 75. RGB value is (169,198,117). Sum of RGB (Red+Green+Blue) = 169+198+117=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C675 is #56398A. Grayscale: #B4B4B4. Windows color (decimal): -5650827 or 7718569. OLE color: 7718569.

HSL color Cylindrical-coordinate representation of color #A9C675: hue angle of 81.48º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9C675 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB169198117-
CMYK0.1500.410.22
HSL81.48º41.54%61.76%-
HSV(B)81.48º40.91%77.65%-
XYZ39.7750.1124.41-
YUV180.192.39120.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=34.92%
G=40.91%
B=24.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981170.1500.410.2281.4841.5461.76
HexA9C675F02916512a3e
Octal25130616517051261215276
Binary1010100111000110111010111110101001101101010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C675; }

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

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

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

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

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

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

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

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