#ACC674

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

Shades of Caper #ACC674

Tints of Caper #ACC674

Color information

#ACC674 (or 0xACC674) is unknown color: approx Caper. HEX triplet: AC, C6 and 74. RGB value is (172,198,116). Sum of RGB (Red+Green+Blue) = 172+198+116=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC674 is #53398B. Grayscale: #B5B5B5. Windows color (decimal): -5454220 or 7653036. OLE color: 7653036.

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

Color convert

RGB172198116-
CMYK0.1300.410.22
HSL79.02º41.84%61.57%-
HSV(B)79.02º41.41%77.65%-
XYZ40.3650.4224.13-
YUV180.8891.39121.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=35.39%
G=40.74%
B=23.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981160.1300.410.2279.0241.8461.57
HexACC674D029164f2a3e
Octal25430616415051261175276
Binary1010110011000110111010011010101001101101001111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC674; }

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

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

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

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

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

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

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

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