#ACC794

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

Shades of Norway #ACC794

Tints of Norway #ACC794

Color information

#ACC794 (or 0xACC794) is unknown color: approx Norway. HEX triplet: AC, C7 and 94. RGB value is (172,199,148). Sum of RGB (Red+Green+Blue) = 172+199+148=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC794 is #53386B. Grayscale: #B9B9B9. Windows color (decimal): -5453932 or 9750444. OLE color: 9750444.

HSL color Cylindrical-coordinate representation of color #ACC794: hue angle of 91.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC794 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB172199148-
CMYK0.1400.260.22
HSL91.76º31.29%68.04%-
HSV(B)91.76º25.63%78.04%-
XYZ42.7851.7635.75-
YUV185.11107.05118.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 199 (78.12% from 255) = 38.34%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=33.14%
G=38.34%
B=28.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991480.1400.260.2291.7631.2968.04
HexACC794E01A165c1f44
Octal254307224160322613437104
Binary1010110011000111100101001110011010101101011100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC794; }

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

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

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

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

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

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

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

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