#a9c374

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

Shades of Caper #A9C374

Tints of Caper #A9C374

Color information

#A9C374 (or 0xA9C374) is unknown color: approx Caper. HEX triplet: A9, C3 and 74. RGB value is (169,195,116). Sum of RGB (Red+Green+Blue) = 169+195+116=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C374 is #563C8B. Grayscale: #B2B2B2. Windows color (decimal): -5651596 or 7652265. OLE color: 7652265.

HSL color Cylindrical-coordinate representation of color #A9C374: hue angle of 79.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9C374 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB169195116-
CMYK0.1300.410.24
HSL79.75º39.7%60.98%-
HSV(B)79.75º40.51%76.47%-
XYZ39.0348.7323.87-
YUV178.2292.89121.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=35.21%
G=40.62%
B=24.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951160.1300.410.2479.7539.760.98
HexA9C374D0291850283d
Octal25130316415051301205075
Binary1010100111000011111010011010101001110001010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9c374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9c374; }

 p { color: rgb(169,195,116); }

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

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

 a { background-color: rgb(169,195,116); }

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

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

 span { border-color: rgb(169,195,116); }

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