#ACC389

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

Shades of Caper #ACC389

Tints of Caper #ACC389

Color information

#ACC389 (or 0xACC389) is unknown color: approx Caper. HEX triplet: AC, C3 and 89. RGB value is (172,195,137). Sum of RGB (Red+Green+Blue) = 172+195+137=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC389 is #533C76. Grayscale: #B5B5B5. Windows color (decimal): -5454967 or 9028524. OLE color: 9028524.

HSL color Cylindrical-coordinate representation of color #ACC389: hue angle of 83.79º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC389 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB172195137-
CMYK0.1200.300.24
HSL83.79º32.58%65.1%-
HSV(B)83.79º29.74%76.47%-
XYZ41.0449.6131.08-
YUV181.51102.88121.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=34.13%
G=38.69%
B=27.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951370.1200.300.2483.7932.5865.1
HexACC389C01E18542141
Octal254303211140363012441101
Binary10101100110000111000100111000111101100010101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC389; }

 p { color: rgb(172,195,137); }

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

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

 a { background-color: rgb(172,195,137); }

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

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

 span { border-color: rgb(172,195,137); }

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