#ACBB9C

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

Shades of Norway #ACBB9C

Tints of Norway #ACBB9C

Color information

#ACBB9C (or 0xACBB9C) is unknown color: approx Norway. HEX triplet: AC, BB and 9C. RGB value is (172,187,156). Sum of RGB (Red+Green+Blue) = 172+187+156=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB9C is #534463. Grayscale: #B3B3B3. Windows color (decimal): -5456996 or 10271660. OLE color: 10271660.

HSL color Cylindrical-coordinate representation of color #ACBB9C: hue angle of 89.03º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBB9C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB172187156-
CMYK0.0800.170.27
HSL89.03º18.56%67.25%-
HSV(B)89.03º16.58%73.33%-
XYZ40.7846.7138.32-
YUV178.98115.03123.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=33.40%
G=36.31%
B=30.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871560.0800.170.2789.0318.5667.25
HexACBB9C80111B591343
Octal254273234100213313123103
Binary1010110010111011100111001000010001110111011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB9C; }

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

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

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

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

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

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

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

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