#ACC191

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

Shades of Norway #ACC191

Tints of Norway #ACC191

Color information

#ACC191 (or 0xACC191) is unknown color: approx Norway. HEX triplet: AC, C1 and 91. RGB value is (172,193,145). Sum of RGB (Red+Green+Blue) = 172+193+145=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC191 is #533E6E. Grayscale: #B5B5B5. Windows color (decimal): -5455471 or 9552300. OLE color: 9552300.

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

Color convert

RGB172193145-
CMYK0.1100.250.24
HSL86.25º27.91%66.27%-
HSV(B)86.25º24.87%75.69%-
XYZ41.1948.9534.07-
YUV181.25107.54121.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=33.73%
G=37.84%
B=28.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931450.1100.250.2486.2527.9166.27
HexACC191B01918561c42
Octal254301221130313012634102
Binary1010110011000001100100011011011001110001010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC191; }

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

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

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

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

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

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

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

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