#ACC373

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

Shades of Caper #ACC373

Tints of Caper #ACC373

Color information

#ACC373 (or 0xACC373) is unknown color: approx Caper. HEX triplet: AC, C3 and 73. RGB value is (172,195,115). Sum of RGB (Red+Green+Blue) = 172+195+115=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC373 is #533C8C. Grayscale: #B3B3B3. Windows color (decimal): -5454989 or 7586732. OLE color: 7586732.

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

Color convert

RGB172195115-
CMYK0.1200.410.24
HSL77.25º40%60.78%-
HSV(B)77.25º41.03%76.47%-
XYZ39.6249.0423.6-
YUV17991.88123-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=35.68%
G=40.46%
B=23.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951150.1200.410.2477.254060.78
HexACC373C029184d283d
Octal25430316314051301155075
Binary1010110011000011111001111000101001110001001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC373; }

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

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

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

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

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

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

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

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