#ACC472

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

Shades of Caper #ACC472

Tints of Caper #ACC472

Color information

#ACC472 (or 0xACC472) is unknown color: approx Caper. HEX triplet: AC, C4 and 72. RGB value is (172,196,114). Sum of RGB (Red+Green+Blue) = 172+196+114=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC472 is #533B8D. Grayscale: #B3B3B3. Windows color (decimal): -5454734 or 7521452. OLE color: 7521452.

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

Color convert

RGB172196114-
CMYK0.1200.420.23
HSL77.56º41%60.78%-
HSV(B)77.56º41.84%76.86%-
XYZ39.7949.4723.37-
YUV179.4891.05122.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=35.68%
G=40.66%
B=23.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961140.1200.420.2377.564160.78
HexACC472C02A174e293d
Octal25430416214052271165175
Binary1010110011000100111001011000101010101111001110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC472; }

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

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

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

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

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

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

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

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