#ACC793

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

Shades of Norway #ACC793

Tints of Norway #ACC793

Color information

#ACC793 (or 0xACC793) is unknown color: approx Norway. HEX triplet: AC, C7 and 93. RGB value is (172,199,147). Sum of RGB (Red+Green+Blue) = 172+199+147=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC793 is #53386C. Grayscale: #B9B9B9. Windows color (decimal): -5453933 or 9684908. OLE color: 9684908.

HSL color Cylindrical-coordinate representation of color #ACC793: hue angle of 91.15º degrees, saturation: 0.32, 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 #ACC793 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB172199147-
CMYK0.1400.260.22
HSL91.15º31.71%67.84%-
HSV(B)91.15º26.13%78.04%-
XYZ42.751.7235.34-
YUV185106.55118.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=33.20%
G=38.42%
B=28.38%

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
Decimal1721991470.1400.260.2291.1531.7167.84
HexACC793E01A165b2044
Octal254307223160322613340104
Binary10101100110001111001001111100110101011010110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC793; }

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

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

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

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

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

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

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

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