#ACB96E

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

Shades of Caper #ACB96E

Tints of Caper #ACB96E

Color information

#ACB96E (or 0xACB96E) is unknown color: approx Caper. HEX triplet: AC, B9 and 6E. RGB value is (172,185,110). Sum of RGB (Red+Green+Blue) = 172+185+110=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96E is #534691. Grayscale: #ACACAC. Windows color (decimal): -5457554 or 7256492. OLE color: 7256492.

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

Color convert

RGB172185110-
CMYK0.0700.410.27
HSL70.4º34.88%57.84%-
HSV(B)70.4º40.54%72.55%-
XYZ37.1844.5921.4-
YUV172.5692.69127.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=36.83%
G=39.61%
B=23.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851100.0700.410.2770.434.8857.84
HexACB96E70291B46233a
Octal2542711567051331064372
Binary101011001011100111011101110101001110111000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB96E; }

 p { color: rgb(172,185,110); }

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

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

 a { background-color: rgb(172,185,110); }

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

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

 span { border-color: rgb(172,185,110); }

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