#ACC473

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

Shades of Caper #ACC473

Tints of Caper #ACC473

Color information

#ACC473 (or 0xACC473) is unknown color: approx Caper. HEX triplet: AC, C4 and 73. RGB value is (172,196,115). Sum of RGB (Red+Green+Blue) = 172+196+115=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC473 is #533B8C. Grayscale: #B3B3B3. Windows color (decimal): -5454733 or 7586988. OLE color: 7586988.

HSL color Cylindrical-coordinate representation of color #ACC473: hue angle of 77.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACC473 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB172196115-
CMYK0.1200.410.23
HSL77.78º40.7%60.98%-
HSV(B)77.78º41.33%76.86%-
XYZ39.8549.4923.67-
YUV179.5991.55122.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=35.61%
G=40.58%
B=23.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961150.1200.410.2377.7840.760.98
HexACC473C029174e293d
Octal25430416314051271165175
Binary1010110011000100111001111000101001101111001110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC473; }

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

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

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

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

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

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

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

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