#ACC673

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

Shades of Caper #ACC673

Tints of Caper #ACC673

Color information

#ACC673 (or 0xACC673) is unknown color: approx Caper. HEX triplet: AC, C6 and 73. RGB value is (172,198,115). Sum of RGB (Red+Green+Blue) = 172+198+115=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC673 is #53398C. Grayscale: #B5B5B5. Windows color (decimal): -5454221 or 7587500. OLE color: 7587500.

HSL color Cylindrical-coordinate representation of color #ACC673: hue angle of 78.8º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACC673 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB172198115-
CMYK0.1300.420.22
HSL78.8º42.13%61.37%-
HSV(B)78.8º41.92%77.65%-
XYZ40.350.423.82-
YUV180.7690.89121.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=35.46%
G=40.82%
B=23.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981150.1300.420.2278.842.1361.37
HexACC673D02A164f2a3d
Octal25430616315052261175275
Binary1010110011000110111001111010101010101101001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC673; }

 p { color: rgb(172,198,115); }

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

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

 a { background-color: rgb(172,198,115); }

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

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

 span { border-color: rgb(172,198,115); }

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