#ACBD9E

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

Shades of Norway #ACBD9E

Tints of Norway #ACBD9E

Color information

#ACBD9E (or 0xACBD9E) is unknown color: approx Norway. HEX triplet: AC, BD and 9E. RGB value is (172,189,158). Sum of RGB (Red+Green+Blue) = 172+189+158=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD9E is #534261. Grayscale: #B4B4B4. Windows color (decimal): -5456482 or 10403244. OLE color: 10403244.

HSL color Cylindrical-coordinate representation of color #ACBD9E: hue angle of 92.9º 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 #ACBD9E is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB172189158-
CMYK0.0900.160.26
HSL92.9º19.02%68.04%-
HSV(B)92.9º16.4%74.12%-
XYZ41.3847.6339.36-
YUV180.38115.37122.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 158 (62.11% from 255) = 30.44%
R=33.14%
G=36.42%
B=30.44%

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
Decimal1721891580.0900.160.2692.919.0268.04
HexACBD9E90101A5d1344
Octal254275236110203213523104
Binary1010110010111101100111101001010000110101011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD9E; }

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

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

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

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

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

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

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

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