#ACC296

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

Shades of Norway #ACC296

Tints of Norway #ACC296

Color information

#ACC296 (or 0xACC296) is unknown color: approx Norway. HEX triplet: AC, C2 and 96. RGB value is (172,194,150). Sum of RGB (Red+Green+Blue) = 172+194+150=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC296 is #533D69. Grayscale: #B6B6B6. Windows color (decimal): -5455210 or 9880236. OLE color: 9880236.

HSL color Cylindrical-coordinate representation of color #ACC296: hue angle of 90º 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 #ACC296 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB172194150-
CMYK0.1100.230.24
HSL90º26.51%67.45%-
HSV(B)90º22.68%76.08%-
XYZ41.8149.5636.22-
YUV182.41109.71120.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=33.33%
G=37.60%
B=29.07%

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
Decimal1721941500.1100.230.249026.5167.45
HexACC296B017185a1b43
Octal254302226130273013233103
Binary1010110011000010100101101011010111110001011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC296; }

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

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

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

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

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

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

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

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