#ACC197

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

Shades of Norway #ACC197

Tints of Norway #ACC197

Color information

#ACC197 (or 0xACC197) is unknown color: approx Norway. HEX triplet: AC, C1 and 97. RGB value is (172,193,151). Sum of RGB (Red+Green+Blue) = 172+193+151=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC197 is #533E68. Grayscale: #B6B6B6. Windows color (decimal): -5455465 or 9945516. OLE color: 9945516.

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

Color convert

RGB172193151-
CMYK0.1100.220.24
HSL90º25.3%67.45%-
HSV(B)90º21.76%75.69%-
XYZ41.6749.1436.57-
YUV181.93110.54120.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=33.33%
G=37.40%
B=29.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931510.1100.220.249025.367.45
HexACC197B016185a1943
Octal254301227130263013231103
Binary1010110011000001100101111011010110110001011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC197; }

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

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

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

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

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

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

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

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