#A8C185

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

Shades of Caper #A8C185

Tints of Caper #A8C185

Color information

#A8C185 (or 0xA8C185) is unknown color: approx Caper. HEX triplet: A8, C1 and 85. RGB value is (168,193,133). Sum of RGB (Red+Green+Blue) = 168+193+133=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C185 is #573E7A. Grayscale: #B2B2B2. Windows color (decimal): -5717627 or 8765864. OLE color: 8765864.

HSL color Cylindrical-coordinate representation of color #A8C185: hue angle of 85º 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 #A8C185 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB168193133-
CMYK0.1300.310.24
HSL85º32.61%63.92%-
HSV(B)85º31.09%75.69%-
XYZ39.4548.1629.41-
YUV178.68102.22120.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=34.01%
G=39.07%
B=26.92%

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
Decimal1681931330.1300.310.248532.6163.92
HexA8C185D01F18552140
Octal250301205150373012541100
Binary10101000110000011000010111010111111100010101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C185; }

 p { color: rgb(168,193,133); }

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

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

 a { background-color: rgb(168,193,133); }

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

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

 span { border-color: rgb(168,193,133); }

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