#ADBB9E

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

Shades of Norway #ADBB9E

Tints of Norway #ADBB9E

Color information

#ADBB9E (or 0xADBB9E) is unknown color: approx Norway. HEX triplet: AD, BB and 9E. RGB value is (173,187,158). Sum of RGB (Red+Green+Blue) = 173+187+158=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB9E is #524461. Grayscale: #B3B3B3. Windows color (decimal): -5391458 or 10402733. OLE color: 10402733.

HSL color Cylindrical-coordinate representation of color #ADBB9E: hue angle of 88.97º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBB9E is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB173187158-
CMYK0.0700.160.27
HSL88.97º17.58%67.65%-
HSV(B)88.97º15.51%73.33%-
XYZ41.1846.8939.23-
YUV179.51115.86123.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=33.40%
G=36.10%
B=30.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871580.0700.160.2788.9717.5867.65
HexADBB9E70101B591244
Octal25527323670203313122104
Binary101011011011101110011110111010000110111011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB9E; }

 p { color: rgb(173,187,158); }

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

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

 a { background-color: rgb(173,187,158); }

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

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

 span { border-color: rgb(173,187,158); }

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