#ACCC73

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

Shades of Caper #ACCC73

Tints of Caper #ACCC73

Color information

#ACCC73 (or 0xACCC73) is unknown color: approx Caper. HEX triplet: AC, CC and 73. RGB value is (172,204,115). Sum of RGB (Red+Green+Blue) = 172+204+115=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC73 is #53338C. Grayscale: #B8B8B8. Windows color (decimal): -5452685 or 7589036. OLE color: 7589036.

HSL color Cylindrical-coordinate representation of color #ACCC73: hue angle of 81.57º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACCC73 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB172204115-
CMYK0.1600.440.2
HSL81.57º46.6%62.55%-
HSV(B)81.57º43.63%80%-
XYZ41.753.1924.29-
YUV184.2988.9119.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=35.03%
G=41.55%
B=23.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041150.1600.440.281.5746.662.55
HexACCC731002C14522f3f
Octal25431416320054241225777
Binary10101100110011001110011100000101100101001010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC73; }

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

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

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

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

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

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

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

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