#ACC474

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

Shades of Caper #ACC474

Tints of Caper #ACC474

Color information

#ACC474 (or 0xACC474) is unknown color: approx Caper. HEX triplet: AC, C4 and 74. RGB value is (172,196,116). Sum of RGB (Red+Green+Blue) = 172+196+116=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC474 is #533B8B. Grayscale: #B4B4B4. Windows color (decimal): -5454732 or 7652524. OLE color: 7652524.

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

Color convert

RGB172196116-
CMYK0.1200.410.23
HSL78º40.4%61.18%-
HSV(B)78º40.82%76.86%-
XYZ39.9149.5123.98-
YUV179.792.05122.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=35.54%
G=40.50%
B=23.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961160.1200.410.237840.461.18
HexACC474C029174e283d
Octal25430416414051271165075
Binary1010110011000100111010011000101001101111001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC474; }

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

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

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

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

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

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

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

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