#ACC19C

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

Shades of Norway #ACC19C

Tints of Norway #ACC19C

Color information

#ACC19C (or 0xACC19C) is unknown color: approx Norway. HEX triplet: AC, C1 and 9C. RGB value is (172,193,156). Sum of RGB (Red+Green+Blue) = 172+193+156=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC19C is #533E63. Grayscale: #B6B6B6. Windows color (decimal): -5455460 or 10273196. OLE color: 10273196.

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

Color convert

RGB172193156-
CMYK0.1100.190.24
HSL94.05º22.98%68.43%-
HSV(B)94.05º19.17%75.69%-
XYZ42.0849.3138.75-
YUV182.5113.04120.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=33.01%
G=37.04%
B=29.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931560.1100.190.2494.0522.9868.43
HexACC19CB013185e1744
Octal254301234130233013627104
Binary1010110011000001100111001011010011110001011110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC19C; }

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

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

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

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

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

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

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

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