#ACC174

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

Shades of Caper #ACC174

Tints of Caper #ACC174

Color information

#ACC174 (or 0xACC174) is unknown color: approx Caper. HEX triplet: AC, C1 and 74. RGB value is (172,193,116). Sum of RGB (Red+Green+Blue) = 172+193+116=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC174 is #533E8B. Grayscale: #B2B2B2. Windows color (decimal): -5455500 or 7651756. OLE color: 7651756.

HSL color Cylindrical-coordinate representation of color #ACC174: hue angle of 76.36º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC174 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB172193116-
CMYK0.1100.400.24
HSL76.36º38.31%60.59%-
HSV(B)76.36º39.9%75.69%-
XYZ39.2448.1723.75-
YUV177.9493.04123.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=35.76%
G=40.12%
B=24.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931160.1100.400.2476.3638.3160.59
HexACC174B028184c263d
Octal25430116413050301144675
Binary1010110011000001111010010110101000110001001100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC174; }

 p { color: rgb(172,193,116); }

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

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

 a { background-color: rgb(172,193,116); }

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

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

 span { border-color: rgb(172,193,116); }

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