#ACC471

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

Shades of Caper #ACC471

Tints of Caper #ACC471

Color information

#ACC471 (or 0xACC471) is unknown color: approx Caper. HEX triplet: AC, C4 and 71. RGB value is (172,196,113). Sum of RGB (Red+Green+Blue) = 172+196+113=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC471 is #533B8E. Grayscale: #B3B3B3. Windows color (decimal): -5454735 or 7455916. OLE color: 7455916.

HSL color Cylindrical-coordinate representation of color #ACC471: hue angle of 77.35º 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 #ACC471 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB172196113-
CMYK0.1200.420.23
HSL77.35º41.29%60.59%-
HSV(B)77.35º42.35%76.86%-
XYZ39.7349.4423.07-
YUV179.3690.55122.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=35.76%
G=40.75%
B=23.49%

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
Decimal1721961130.1200.420.2377.3541.2960.59
HexACC471C02A174d293d
Octal25430416114052271155175
Binary1010110011000100111000111000101010101111001101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC471; }

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

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

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

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

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

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

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

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