#ACBB80

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

Shades of Caper #ACBB80

Tints of Caper #ACBB80

Color information

#ACBB80 (or 0xACBB80) is unknown color: approx Caper. HEX triplet: AC, BB and 80. RGB value is (172,187,128). Sum of RGB (Red+Green+Blue) = 172+187+128=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB80 is #53447F. Grayscale: #B0B0B0. Windows color (decimal): -5457024 or 8436652. OLE color: 8436652.

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

Color convert

RGB172187128-
CMYK0.0800.320.27
HSL75.25º30.26%61.76%-
HSV(B)75.25º31.55%73.33%-
XYZ38.6845.8727.24-
YUV175.79101.03125.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=35.32%
G=38.40%
B=26.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871280.0800.320.2775.2530.2661.76
HexACBB8080201B4b1e3e
Octal25427320010040331133676
Binary1010110010111011100000001000010000011011100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB80; }

 p { color: rgb(172,187,128); }

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

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

 a { background-color: rgb(172,187,128); }

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

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

 span { border-color: rgb(172,187,128); }

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