#ACBD9D

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

Shades of Norway #ACBD9D

Tints of Norway #ACBD9D

Color information

#ACBD9D (or 0xACBD9D) is unknown color: approx Norway. HEX triplet: AC, BD and 9D. RGB value is (172,189,157). Sum of RGB (Red+Green+Blue) = 172+189+157=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD9D is #534262. Grayscale: #B4B4B4. Windows color (decimal): -5456483 or 10337708. OLE color: 10337708.

HSL color Cylindrical-coordinate representation of color #ACBD9D: hue angle of 91.87º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBD9D is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB172189157-
CMYK0.0900.170.26
HSL91.87º19.51%67.84%-
HSV(B)91.87º16.93%74.12%-
XYZ41.347.638.91-
YUV180.27114.87122.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=33.20%
G=36.49%
B=30.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891570.0900.170.2691.8719.5167.84
HexACBD9D90111A5c1444
Octal254275235110213213424104
Binary1010110010111101100111011001010001110101011100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD9D; }

 p { color: rgb(172,189,157); }

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

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

 a { background-color: rgb(172,189,157); }

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

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

 span { border-color: rgb(172,189,157); }

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