#ACBC76

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

Shades of Caper #ACBC76

Tints of Caper #ACBC76

Color information

#ACBC76 (or 0xACBC76) is unknown color: approx Caper. HEX triplet: AC, BC and 76. RGB value is (172,188,118). Sum of RGB (Red+Green+Blue) = 172+188+118=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC76 is #534389. Grayscale: #AFAFAF. Windows color (decimal): -5456778 or 7781548. OLE color: 7781548.

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

Color convert

RGB172188118-
CMYK0.0900.370.26
HSL73.71º34.31%60%-
HSV(B)73.71º37.23%73.73%-
XYZ38.2746.0524.01-
YUV175.2495.7125.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=35.98%
G=39.33%
B=24.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881180.0900.370.2673.7134.3160
HexACBC7690251A4a223c
Octal25427416611045321124274
Binary1010110010111100111011010010100101110101001010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC76; }

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

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

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

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

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

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

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

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