#ACBD9F

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

Shades of Norway #ACBD9F

Tints of Norway #ACBD9F

Color information

#ACBD9F (or 0xACBD9F) is unknown color: approx Norway. HEX triplet: AC, BD and 9F. RGB value is (172,189,159). Sum of RGB (Red+Green+Blue) = 172+189+159=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD9F is #534260. Grayscale: #B4B4B4. Windows color (decimal): -5456481 or 10468780. OLE color: 10468780.

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

Color convert

RGB172189159-
CMYK0.0900.160.26
HSL94º18.52%68.24%-
HSV(B)94º15.87%74.12%-
XYZ41.4747.6739.82-
YUV180.5115.87121.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=33.08%
G=36.35%
B=30.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891590.0900.160.269418.5268.24
HexACBD9F90101A5e1344
Octal254275237110203213623104
Binary1010110010111101100111111001010000110101011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD9F; }

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

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

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

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

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

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

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

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