#ACC973

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

Shades of Caper #ACC973

Tints of Caper #ACC973

Color information

#ACC973 (or 0xACC973) is unknown color: approx Caper. HEX triplet: AC, C9 and 73. RGB value is (172,201,115). Sum of RGB (Red+Green+Blue) = 172+201+115=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC973 is #53368C. Grayscale: #B6B6B6. Windows color (decimal): -5453453 or 7588268. OLE color: 7588268.

HSL color Cylindrical-coordinate representation of color #ACC973: hue angle of 80.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC973 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB172201115-
CMYK0.1400.430.21
HSL80.23º44.33%61.96%-
HSV(B)80.23º42.79%78.82%-
XYZ40.9951.7824.05-
YUV182.5289.89120.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=35.25%
G=41.19%
B=23.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011150.1400.430.2180.2344.3361.96
HexACC973E02B15502c3e
Octal25431116316053251205476
Binary1010110011001001111001111100101011101011010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC973; }

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

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

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

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

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

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

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

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