#A9BA83

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

Shades of Caper #A9BA83

Tints of Caper #A9BA83

Color information

#A9BA83 (or 0xA9BA83) is unknown color: approx Caper. HEX triplet: A9, BA and 83. RGB value is (169,186,131). Sum of RGB (Red+Green+Blue) = 169+186+131=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA83 is #56457C. Grayscale: #AEAEAE. Windows color (decimal): -5653885 or 8633001. OLE color: 8633001.

HSL color Cylindrical-coordinate representation of color #A9BA83: hue angle of 78.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9BA83 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB169186131-
CMYK0.0900.300.27
HSL78.55º28.5%62.16%-
HSV(B)78.55º29.57%72.94%-
XYZ38.0245.1928.19-
YUV174.65103.37123.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=34.77%
G=38.27%
B=26.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861310.0900.300.2778.5528.562.16
HexA9BA83901E1B4f1c3e
Octal25127220311036331173476
Binary101010011011101010000011100101111011011100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA83; }

 p { color: rgb(169,186,131); }

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

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

 a { background-color: rgb(169,186,131); }

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

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

 span { border-color: rgb(169,186,131); }

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