#A8BC73

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

Shades of Caper #A8BC73

Tints of Caper #A8BC73

Color information

#A8BC73 (or 0xA8BC73) is unknown color: approx Caper. HEX triplet: A8, BC and 73. RGB value is (168,188,115). Sum of RGB (Red+Green+Blue) = 168+188+115=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC73 is #57438C. Grayscale: #ADADAD. Windows color (decimal): -5718925 or 7584936. OLE color: 7584936.

HSL color Cylindrical-coordinate representation of color #A8BC73: hue angle of 76.44º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8BC73 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB168188115-
CMYK0.1100.390.26
HSL76.44º35.27%59.41%-
HSV(B)76.44º38.83%73.73%-
XYZ37.2345.5323.05-
YUV173.794.87123.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=35.67%
G=39.92%
B=24.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881150.1100.390.2676.4435.2759.41
HexA8BC73B0271A4c233b
Octal25027416313047321144373
Binary1010100010111100111001110110100111110101001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC73; }

 p { color: rgb(168,188,115); }

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

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

 a { background-color: rgb(168,188,115); }

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

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

 span { border-color: rgb(168,188,115); }

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