#ABBA83

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

Shades of Caper #ABBA83

Tints of Caper #ABBA83

Color information

#ABBA83 (or 0xABBA83) is unknown color: approx Caper. HEX triplet: AB, BA and 83. RGB value is (171,186,131). Sum of RGB (Red+Green+Blue) = 171+186+131=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA83 is #54457C. Grayscale: #AFAFAF. Windows color (decimal): -5522813 or 8633003. OLE color: 8633003.

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

Color convert

RGB171186131-
CMYK0.0800.300.27
HSL76.36º28.5%62.16%-
HSV(B)76.36º29.57%72.94%-
XYZ38.4545.4128.21-
YUV175.24103.03124.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=35.04%
G=38.11%
B=26.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861310.0800.300.2776.3628.562.16
HexABBA83801E1B4c1c3e
Octal25327220310036331143476
Binary101010111011101010000011100001111011011100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA83; }

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

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

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

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

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

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

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

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