#ADBB9B

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

Shades of Norway #ADBB9B

Tints of Norway #ADBB9B

Color information

#ADBB9B (or 0xADBB9B) is unknown color: approx Norway. HEX triplet: AD, BB and 9B. RGB value is (173,187,155). Sum of RGB (Red+Green+Blue) = 173+187+155=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB9B is #524464. Grayscale: #B3B3B3. Windows color (decimal): -5391461 or 10206125. OLE color: 10206125.

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

Color convert

RGB173187155-
CMYK0.0700.170.27
HSL86.25º19.05%67.06%-
HSV(B)86.25º17.11%73.33%-
XYZ40.9246.7937.89-
YUV179.17114.36123.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=33.59%
G=36.31%
B=30.10%

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
Decimal1731871550.0700.170.2786.2519.0567.06
HexADBB9B70111B561343
Octal25527323370213312623103
Binary101011011011101110011011111010001110111010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB9B; }

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

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

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

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

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

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

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

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