#A5BA7B

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

Shades of Caper #A5BA7B

Tints of Caper #A5BA7B

Color information

#A5BA7B (or 0xA5BA7B) is unknown color: approx Caper. HEX triplet: A5, BA and 7B. RGB value is (165,186,123). Sum of RGB (Red+Green+Blue) = 165+186+123=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA7B is #5A4584. Grayscale: #ACACAC. Windows color (decimal): -5916037 or 8108709. OLE color: 8108709.

HSL color Cylindrical-coordinate representation of color #A5BA7B: hue angle of 80º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BA7B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB165186123-
CMYK0.1100.340.27
HSL80º31.34%60.59%-
HSV(B)80º33.87%72.94%-
XYZ36.6544.5525.41-
YUV172.54100.04122.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=34.81%
G=39.24%
B=25.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861230.1100.340.278031.3460.59
HexA5BA7BB0221B501f3d
Octal24527217313042331203775
Binary101001011011101011110111011010001011011101000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA7B; }

 p { color: rgb(165,186,123); }

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

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

 a { background-color: rgb(165,186,123); }

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

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

 span { border-color: rgb(165,186,123); }

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