#ADBA9B

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

Shades of Norway #ADBA9B

Tints of Norway #ADBA9B

Color information

#ADBA9B (or 0xADBA9B) is unknown color: approx Norway. HEX triplet: AD, BA and 9B. RGB value is (173,186,155). Sum of RGB (Red+Green+Blue) = 173+186+155=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9B is #524564. Grayscale: #B2B2B2. Windows color (decimal): -5391717 or 10205869. OLE color: 10205869.

HSL color Cylindrical-coordinate representation of color #ADBA9B: hue angle of 85.16º degrees, saturation: 0.18, 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 #ADBA9B is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB173186155-
CMYK0.0700.170.27
HSL85.16º18.34%66.86%-
HSV(B)85.16º16.67%72.94%-
XYZ40.7146.3737.81-
YUV178.58114.69124.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=33.66%
G=36.19%
B=30.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861550.0700.170.2785.1618.3466.86
HexADBA9B70111B551243
Octal25527223370213312522103
Binary101011011011101010011011111010001110111010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA9B; }

 p { color: rgb(173,186,155); }

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

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

 a { background-color: rgb(173,186,155); }

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

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

 span { border-color: rgb(173,186,155); }

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