#A9C285

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

Shades of Caper #A9C285

Tints of Caper #A9C285

Color information

#A9C285 (or 0xA9C285) is unknown color: approx Caper. HEX triplet: A9, C2 and 85. RGB value is (169,194,133). Sum of RGB (Red+Green+Blue) = 169+194+133=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C285 is #563D7A. Grayscale: #B3B3B3. Windows color (decimal): -5651835 or 8766121. OLE color: 8766121.

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

Color convert

RGB169194133-
CMYK0.1300.310.24
HSL84.59º33.33%64.12%-
HSV(B)84.59º31.44%76.08%-
XYZ39.8948.7129.49-
YUV179.57101.72120.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=34.07%
G=39.11%
B=26.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941330.1300.310.2484.5933.3364.12
HexA9C285D01F18552140
Octal251302205150373012541100
Binary10101001110000101000010111010111111100010101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C285; }

 p { color: rgb(169,194,133); }

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

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

 a { background-color: rgb(169,194,133); }

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

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

 span { border-color: rgb(169,194,133); }

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