#ADBB99

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

Shades of Norway #ADBB99

Tints of Norway #ADBB99

Color information

#ADBB99 (or 0xADBB99) is unknown color: approx Norway. HEX triplet: AD, BB and 99. RGB value is (173,187,153). Sum of RGB (Red+Green+Blue) = 173+187+153=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB99 is #524466. Grayscale: #B3B3B3. Windows color (decimal): -5391463 or 10075053. OLE color: 10075053.

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

Color convert

RGB173187153-
CMYK0.0700.180.27
HSL84.71º20%66.67%-
HSV(B)84.71º18.18%73.33%-
XYZ40.7546.7237.01-
YUV178.94113.36123.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=33.72%
G=36.45%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871530.0700.180.2784.712066.67
HexADBB9970121B551443
Octal25527323170223312524103
Binary101011011011101110011001111010010110111010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB99; }

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

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

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

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

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

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

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

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