#ACBA70

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

Shades of Caper #ACBA70

Tints of Caper #ACBA70

Color information

#ACBA70 (or 0xACBA70) is unknown color: approx Caper. HEX triplet: AC, BA and 70. RGB value is (172,186,112). Sum of RGB (Red+Green+Blue) = 172+186+112=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA70 is #53458F. Grayscale: #ADADAD. Windows color (decimal): -5457296 or 7387820. OLE color: 7387820.

HSL color Cylindrical-coordinate representation of color #ACBA70: hue angle of 71.35º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACBA70 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB172186112-
CMYK0.0800.400.27
HSL71.35º34.91%58.43%-
HSV(B)71.35º39.78%72.94%-
XYZ37.545.0622.05-
YUV173.3893.36127.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=36.60%
G=39.57%
B=23.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861120.0800.400.2771.3534.9158.43
HexACBA7080281B47233a
Octal25427216010050331074372
Binary1010110010111010111000010000101000110111000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA70; }

 p { color: rgb(172,186,112); }

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

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

 a { background-color: rgb(172,186,112); }

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

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

 span { border-color: rgb(172,186,112); }

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