#ACC497

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

Shades of Norway #ACC497

Tints of Norway #ACC497

Color information

#ACC497 (or 0xACC497) is unknown color: approx Norway. HEX triplet: AC, C4 and 97. RGB value is (172,196,151). Sum of RGB (Red+Green+Blue) = 172+196+151=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC497 is #533B68. Grayscale: #B7B7B7. Windows color (decimal): -5454697 or 9946284. OLE color: 9946284.

HSL color Cylindrical-coordinate representation of color #ACC497: hue angle of 92º 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 #ACC497 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB172196151-
CMYK0.1200.230.23
HSL92º27.61%68.04%-
HSV(B)92º22.96%76.86%-
XYZ42.3450.4836.79-
YUV183.69109.55119.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=33.14%
G=37.76%
B=29.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961510.1200.230.239227.6168.04
HexACC497C017175c1c44
Octal254304227140272713434104
Binary1010110011000100100101111100010111101111011100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC497; }

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

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

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

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

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

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

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

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