#ACC49A

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

Shades of Norway #ACC49A

Tints of Norway #ACC49A

Color information

#ACC49A (or 0xACC49A) is unknown color: approx Norway. HEX triplet: AC, C4 and 9A. RGB value is (172,196,154). Sum of RGB (Red+Green+Blue) = 172+196+154=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC49A is #533B65. Grayscale: #B8B8B8. Windows color (decimal): -5454694 or 10142892. OLE color: 10142892.

HSL color Cylindrical-coordinate representation of color #ACC49A: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC49A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB172196154-
CMYK0.1200.210.23
HSL94.29º26.25%68.63%-
HSV(B)94.29º21.43%76.86%-
XYZ42.5950.5838.09-
YUV184.04111.05119.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=32.95%
G=37.55%
B=29.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961540.1200.210.2394.2926.2568.63
HexACC49AC015175e1a45
Octal254304232140252713632105
Binary1010110011000100100110101100010101101111011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC49A; }

 p { color: rgb(172,196,154); }

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

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

 a { background-color: rgb(172,196,154); }

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

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

 span { border-color: rgb(172,196,154); }

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