#A8C184

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

Shades of Caper #A8C184

Tints of Caper #A8C184

Color information

#A8C184 (or 0xA8C184) is unknown color: approx Caper. HEX triplet: A8, C1 and 84. RGB value is (168,193,132). Sum of RGB (Red+Green+Blue) = 168+193+132=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C184 is #573E7B. Grayscale: #B2B2B2. Windows color (decimal): -5717628 or 8700328. OLE color: 8700328.

HSL color Cylindrical-coordinate representation of color #A8C184: 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.32%. Process color model (Four color, CMYK) of #A8C184 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB168193132-
CMYK0.1300.320.24
HSL84.59º32.97%63.73%-
HSV(B)84.59º31.61%75.69%-
XYZ39.3848.1329.04-
YUV178.57101.72120.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=34.08%
G=39.15%
B=26.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931320.1300.320.2484.5932.9763.73
HexA8C184D02018552140
Octal250301204150403012541100
Binary101010001100000110000100110101000001100010101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C184; }

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

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

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

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

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

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

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

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