#ACBC79

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

Shades of Caper #ACBC79

Tints of Caper #ACBC79

Color information

#ACBC79 (or 0xACBC79) is unknown color: approx Caper. HEX triplet: AC, BC and 79. RGB value is (172,188,121). Sum of RGB (Red+Green+Blue) = 172+188+121=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC79 is #534386. Grayscale: #AFAFAF. Windows color (decimal): -5456775 or 7978156. OLE color: 7978156.

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

Color convert

RGB172188121-
CMYK0.0900.360.26
HSL74.33º33.33%60.59%-
HSV(B)74.33º35.64%73.73%-
XYZ38.4546.1224.96-
YUV175.5897.2125.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=35.76%
G=39.09%
B=25.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881210.0900.360.2674.3333.3360.59
HexACBC7990241A4a213d
Octal25427417111044321124175
Binary1010110010111100111100110010100100110101001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC79; }

 p { color: rgb(172,188,121); }

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

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

 a { background-color: rgb(172,188,121); }

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

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

 span { border-color: rgb(172,188,121); }

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