#A8BC83

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

Shades of Caper #A8BC83

Tints of Caper #A8BC83

Color information

#A8BC83 (or 0xA8BC83) is unknown color: approx Caper. HEX triplet: A8, BC and 83. RGB value is (168,188,131). Sum of RGB (Red+Green+Blue) = 168+188+131=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC83 is #57437C. Grayscale: #AFAFAF. Windows color (decimal): -5718909 or 8633512. OLE color: 8633512.

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

Color convert

RGB168188131-
CMYK0.1100.300.26
HSL81.05º29.84%62.55%-
HSV(B)81.05º30.32%73.73%-
XYZ38.2345.9328.32-
YUV175.52102.87122.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=34.50%
G=38.60%
B=26.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881310.1100.300.2681.0529.8462.55
HexA8BC83B01E1A511e3f
Octal25027420313036321213677
Binary101010001011110010000011101101111011010101000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC83; }

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

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

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

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

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

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

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

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