#ADBA9C

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

Shades of Norway #ADBA9C

Tints of Norway #ADBA9C

Color information

#ADBA9C (or 0xADBA9C) is unknown color: approx Norway. HEX triplet: AD, BA and 9C. RGB value is (173,186,156). Sum of RGB (Red+Green+Blue) = 173+186+156=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9C is #524563. Grayscale: #B2B2B2. Windows color (decimal): -5391716 or 10271405. OLE color: 10271405.

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

Color convert

RGB173186156-
CMYK0.0700.160.27
HSL86º17.86%67.06%-
HSV(B)86º16.13%72.94%-
XYZ40.7946.438.26-
YUV178.69115.19123.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=33.59%
G=36.12%
B=30.29%

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
Decimal1731861560.0700.160.278617.8667.06
HexADBA9C70101B561243
Octal25527223470203312622103
Binary101011011011101010011100111010000110111010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA9C; }

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

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

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

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

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

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

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

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