#ACC696

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

Shades of Norway #ACC696

Tints of Norway #ACC696

Color information

#ACC696 (or 0xACC696) is unknown color: approx Norway. HEX triplet: AC, C6 and 96. RGB value is (172,198,150). Sum of RGB (Red+Green+Blue) = 172+198+150=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC696 is #533969. Grayscale: #B8B8B8. Windows color (decimal): -5454186 or 9881260. OLE color: 9881260.

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

Color convert

RGB172198150-
CMYK0.1300.240.22
HSL92.5º29.63%68.24%-
HSV(B)92.5º24.24%77.65%-
XYZ42.7151.3636.52-
YUV184.75108.39118.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=33.08%
G=38.08%
B=28.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981500.1300.240.2292.529.6368.24
HexACC696D018165c1e44
Octal254306226150302613436104
Binary1010110011000110100101101101011000101101011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC696; }

 p { color: rgb(172,198,150); }

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

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

 a { background-color: rgb(172,198,150); }

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

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

 span { border-color: rgb(172,198,150); }

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