#ACC29C

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

Shades of Norway #ACC29C

Tints of Norway #ACC29C

Color information

#ACC29C (or 0xACC29C) is unknown color: approx Norway. HEX triplet: AC, C2 and 9C. RGB value is (172,194,156). Sum of RGB (Red+Green+Blue) = 172+194+156=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC29C is #533D63. Grayscale: #B7B7B7. Windows color (decimal): -5455204 or 10273452. OLE color: 10273452.

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

Color convert

RGB172194156-
CMYK0.1100.200.24
HSL94.74º23.75%68.63%-
HSV(B)94.74º19.59%76.08%-
XYZ42.3149.7538.83-
YUV183.09112.71120.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=32.95%
G=37.16%
B=29.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941560.1100.200.2494.7423.7568.63
HexACC29CB014185f1845
Octal254302234130243013730105
Binary1010110011000010100111001011010100110001011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC29C; }

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

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

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

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

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

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

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

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