#ACBD82

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

Shades of Caper #ACBD82

Tints of Caper #ACBD82

Color information

#ACBD82 (or 0xACBD82) is unknown color: approx Caper. HEX triplet: AC, BD and 82. RGB value is (172,189,130). Sum of RGB (Red+Green+Blue) = 172+189+130=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD82 is #53427D. Grayscale: #B1B1B1. Windows color (decimal): -5456510 or 8568236. OLE color: 8568236.

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

Color convert

RGB172189130-
CMYK0.0900.310.26
HSL77.29º30.89%62.55%-
HSV(B)77.29º31.22%74.12%-
XYZ39.2446.7828.08-
YUV177.19101.37124.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=35.03%
G=38.49%
B=26.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891300.0900.310.2677.2930.8962.55
HexACBD82901F1A4d1f3f
Octal25427520211037321153777
Binary101011001011110110000010100101111111010100110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD82; }

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

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

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

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

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

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

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

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