#ACBC7C

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

Shades of Caper #ACBC7C

Tints of Caper #ACBC7C

Color information

#ACBC7C (or 0xACBC7C) is unknown color: approx Caper. HEX triplet: AC, BC and 7C. RGB value is (172,188,124). Sum of RGB (Red+Green+Blue) = 172+188+124=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC7C is #534383. Grayscale: #B0B0B0. Windows color (decimal): -5456772 or 8174764. OLE color: 8174764.

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

Color convert

RGB172188124-
CMYK0.0900.340.26
HSL75º32.32%61.18%-
HSV(B)75º34.04%73.73%-
XYZ38.6346.1925.95-
YUV175.9298.7125.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=35.54%
G=38.84%
B=25.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881240.0900.340.267532.3261.18
HexACBC7C90221A4b203d
Octal25427417411042321134075
Binary1010110010111100111110010010100010110101001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC7C; }

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

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

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

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

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

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

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

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