#ACC194

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

Shades of Norway #ACC194

Tints of Norway #ACC194

Color information

#ACC194 (or 0xACC194) is unknown color: approx Norway. HEX triplet: AC, C1 and 94. RGB value is (172,193,148). Sum of RGB (Red+Green+Blue) = 172+193+148=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC194 is #533E6B. Grayscale: #B5B5B5. Windows color (decimal): -5455468 or 9748908. OLE color: 9748908.

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

Color convert

RGB172193148-
CMYK0.1100.230.24
HSL88º26.63%66.86%-
HSV(B)88º23.32%75.69%-
XYZ41.4349.0535.3-
YUV181.59109.04121.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=33.53%
G=37.62%
B=28.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931480.1100.230.248826.6366.86
HexACC194B01718581b43
Octal254301224130273013033103
Binary1010110011000001100101001011010111110001011000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC194; }

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

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

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

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

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

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

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

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