#ABBA7B

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

Shades of Caper #ABBA7B

Tints of Caper #ABBA7B

Color information

#ABBA7B (or 0xABBA7B) is unknown color: approx Caper. HEX triplet: AB, BA and 7B. RGB value is (171,186,123). Sum of RGB (Red+Green+Blue) = 171+186+123=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA7B is #544584. Grayscale: #AEAEAE. Windows color (decimal): -5522821 or 8108715. OLE color: 8108715.

HSL color Cylindrical-coordinate representation of color #ABBA7B: hue angle of 74.29º 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 #ABBA7B is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB171186123-
CMYK0.0800.340.27
HSL74.29º31.34%60.59%-
HSV(B)74.29º33.87%72.94%-
XYZ37.9345.2125.47-
YUV174.3399.03125.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=35.62%
G=38.75%
B=25.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861230.0800.340.2774.2931.3460.59
HexABBA7B80221B4a1f3d
Octal25327217310042331123775
Binary101010111011101011110111000010001011011100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA7B; }

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

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

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

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

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

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

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

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