#ACBD81

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

Shades of Caper #ACBD81

Tints of Caper #ACBD81

Color information

#ACBD81 (or 0xACBD81) is unknown color: approx Caper. HEX triplet: AC, BD and 81. RGB value is (172,189,129). Sum of RGB (Red+Green+Blue) = 172+189+129=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD81 is #53427E. Grayscale: #B1B1B1. Windows color (decimal): -5456511 or 8502700. OLE color: 8502700.

HSL color Cylindrical-coordinate representation of color #ACBD81: hue angle of 77º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBD81 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB172189129-
CMYK0.0900.320.26
HSL77º31.25%62.35%-
HSV(B)77º31.75%74.12%-
XYZ39.1746.7527.73-
YUV177.08100.87124.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=35.10%
G=38.57%
B=26.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891290.0900.320.267731.2562.35
HexACBD8190201A4d1f3e
Octal25427520111040321153776
Binary1010110010111101100000011001010000011010100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD81; }

 p { color: rgb(172,189,129); }

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

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

 a { background-color: rgb(172,189,129); }

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

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

 span { border-color: rgb(172,189,129); }

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