#ACBF82

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

Shades of Caper #ACBF82

Tints of Caper #ACBF82

Color information

#ACBF82 (or 0xACBF82) is unknown color: approx Caper. HEX triplet: AC, BF and 82. RGB value is (172,191,130). Sum of RGB (Red+Green+Blue) = 172+191+130=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF82 is #53407D. Grayscale: #B2B2B2. Windows color (decimal): -5455998 or 8568748. OLE color: 8568748.

HSL color Cylindrical-coordinate representation of color #ACBF82: hue angle of 78.69º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBF82 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB172191130-
CMYK0.1000.320.25
HSL78.69º32.28%62.94%-
HSV(B)78.69º31.94%74.9%-
XYZ39.6747.6428.22-
YUV178.36100.71123.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=34.89%
G=38.74%
B=26.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911300.1000.320.2578.6932.2862.94
HexACBF82A020194f203f
Octal25427720212040311174077
Binary10101100101111111000001010100100000110011001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF82; }

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

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

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

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

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

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

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

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