#ACC475

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

Shades of Caper #ACC475

Tints of Caper #ACC475

Color information

#ACC475 (or 0xACC475) is unknown color: approx Caper. HEX triplet: AC, C4 and 75. RGB value is (172,196,117). Sum of RGB (Red+Green+Blue) = 172+196+117=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC475 is #533B8A. Grayscale: #B4B4B4. Windows color (decimal): -5454731 or 7718060. OLE color: 7718060.

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

Color convert

RGB172196117-
CMYK0.1200.400.23
HSL78.23º40.1%61.37%-
HSV(B)78.23º40.31%76.86%-
XYZ39.9649.5324.28-
YUV179.8292.55122.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=35.46%
G=40.41%
B=24.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961170.1200.400.2378.2340.161.37
HexACC475C028174e283d
Octal25430416514050271165075
Binary1010110011000100111010111000101000101111001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC475; }

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

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

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

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

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

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

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

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