#ACC392

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

Shades of Norway #ACC392

Tints of Norway #ACC392

Color information

#ACC392 (or 0xACC392) is unknown color: approx Norway. HEX triplet: AC, C3 and 92. RGB value is (172,195,146). Sum of RGB (Red+Green+Blue) = 172+195+146=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC392 is #533C6D. Grayscale: #B6B6B6. Windows color (decimal): -5454958 or 9618348. OLE color: 9618348.

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

Color convert

RGB172195146-
CMYK0.1200.250.24
HSL88.16º28.99%66.86%-
HSV(B)88.16º25.13%76.47%-
XYZ41.7249.8834.62-
YUV182.54107.38120.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=33.53%
G=38.01%
B=28.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951460.1200.250.2488.1628.9966.86
HexACC392C01918581d43
Octal254303222140313013035103
Binary1010110011000011100100101100011001110001011000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC392; }

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

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

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

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

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

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

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

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