#ACC377

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

Shades of Caper #ACC377

Tints of Caper #ACC377

Color information

#ACC377 (or 0xACC377) is unknown color: approx Caper. HEX triplet: AC, C3 and 77. RGB value is (172,195,119). Sum of RGB (Red+Green+Blue) = 172+195+119=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC377 is #533C88. Grayscale: #B3B3B3. Windows color (decimal): -5454985 or 7848876. OLE color: 7848876.

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

Color convert

RGB172195119-
CMYK0.1200.390.24
HSL78.16º38.78%61.57%-
HSV(B)78.16º38.97%76.47%-
XYZ39.8649.1324.84-
YUV179.4693.88122.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=35.39%
G=40.12%
B=24.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951190.1200.390.2478.1638.7861.57
HexACC377C027184e273e
Octal25430316714047301164776
Binary1010110011000011111011111000100111110001001110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC377; }

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

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

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

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

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

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

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

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