#A9B678

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

Shades of Caper #A9B678

Tints of Caper #A9B678

Color information

#A9B678 (or 0xA9B678) is unknown color: approx Caper. HEX triplet: A9, B6 and 78. RGB value is (169,182,120). Sum of RGB (Red+Green+Blue) = 169+182+120=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B678 is #564987. Grayscale: #ABABAB. Windows color (decimal): -5654920 or 7911081. OLE color: 7911081.

HSL color Cylindrical-coordinate representation of color #A9B678: hue angle of 72.58º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9B678 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB169182120-
CMYK0.0700.340.29
HSL72.58º29.81%59.22%-
HSV(B)72.58º34.07%71.37%-
XYZ36.4843.2524.19-
YUV171.0499.19126.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=35.88%
G=38.64%
B=25.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821200.0700.340.2972.5829.8159.22
HexA9B67870221D491e3b
Octal2512661707042351113673
Binary10101001101101101111000111010001011101100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B678; }

 p { color: rgb(169,182,120); }

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

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

 a { background-color: rgb(169,182,120); }

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

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

 span { border-color: rgb(169,182,120); }

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