#ADBB96

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

Shades of Norway #ADBB96

Tints of Norway #ADBB96

Color information

#ADBB96 (or 0xADBB96) is unknown color: approx Norway. HEX triplet: AD, BB and 96. RGB value is (173,187,150). Sum of RGB (Red+Green+Blue) = 173+187+150=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB96 is #524469. Grayscale: #B2B2B2. Windows color (decimal): -5391466 or 9878445. OLE color: 9878445.

HSL color Cylindrical-coordinate representation of color #ADBB96: hue angle of 82.7º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADBB96 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB173187150-
CMYK0.0700.200.27
HSL82.7º21.39%66.08%-
HSV(B)82.7º19.79%73.33%-
XYZ40.5146.6335.72-
YUV178.6111.86124.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=33.92%
G=36.67%
B=29.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871500.0700.200.2782.721.3966.08
HexADBB9670141B531542
Octal25527322670243312325102
Binary101011011011101110010110111010100110111010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB96; }

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

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

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

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

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

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

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

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