#ACC481

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

Shades of Caper #ACC481

Tints of Caper #ACC481

Color information

#ACC481 (or 0xACC481) is unknown color: approx Caper. HEX triplet: AC, C4 and 81. RGB value is (172,196,129). Sum of RGB (Red+Green+Blue) = 172+196+129=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC481 is #533B7E. Grayscale: #B5B5B5. Windows color (decimal): -5454719 or 8504492. OLE color: 8504492.

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

Color convert

RGB172196129-
CMYK0.1200.340.23
HSL81.49º36.22%63.73%-
HSV(B)81.49º34.18%76.86%-
XYZ40.7249.8428.24-
YUV181.1998.55121.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=34.61%
G=39.44%
B=25.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961290.1200.340.2381.4936.2263.73
HexACC481C02217512440
Octal254304201140422712144100
Binary101011001100010010000001110001000101011110100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC481; }

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

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

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

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

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

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

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

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