#ACC597

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

Shades of Norway #ACC597

Tints of Norway #ACC597

Color information

#ACC597 (or 0xACC597) is unknown color: approx Norway. HEX triplet: AC, C5 and 97. RGB value is (172,197,151). Sum of RGB (Red+Green+Blue) = 172+197+151=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC597 is #533A68. Grayscale: #B8B8B8. Windows color (decimal): -5454441 or 9946540. OLE color: 9946540.

HSL color Cylindrical-coordinate representation of color #ACC597: hue angle of 92.61º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC597 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB172197151-
CMYK0.1300.230.23
HSL92.61º28.4%68.24%-
HSV(B)92.61º23.35%77.25%-
XYZ42.5750.9436.87-
YUV184.28109.22119.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=33.08%
G=37.88%
B=29.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971510.1300.230.2392.6128.468.24
HexACC597D017175d1c44
Octal254305227150272713534104
Binary1010110011000101100101111101010111101111011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC597; }

 p { color: rgb(172,197,151); }

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

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

 a { background-color: rgb(172,197,151); }

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

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

 span { border-color: rgb(172,197,151); }

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