#ACB89C

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

Shades of Norway #ACB89C

Tints of Norway #ACB89C

Color information

#ACB89C (or 0xACB89C) is unknown color: approx Norway. HEX triplet: AC, B8 and 9C. RGB value is (172,184,156). Sum of RGB (Red+Green+Blue) = 172+184+156=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB89C is #534763. Grayscale: #B1B1B1. Windows color (decimal): -5457764 or 10270892. OLE color: 10270892.

HSL color Cylindrical-coordinate representation of color #ACB89C: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB89C is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB172184156-
CMYK0.0700.150.28
HSL85.71º16.47%66.67%-
HSV(B)85.71º15.22%72.16%-
XYZ40.1545.4538.11-
YUV177.22116.02124.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=33.59%
G=35.94%
B=30.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841560.0700.150.2885.7116.4766.67
HexACB89C70F1C561043
Octal25427023470173412620103
Binary10101100101110001001110011101111111001010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB89C; }

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

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

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

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

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

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

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

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