#ADBB95

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

Shades of Norway #ADBB95

Tints of Norway #ADBB95

Color information

#ADBB95 (or 0xADBB95) is unknown color: approx Norway. HEX triplet: AD, BB and 95. RGB value is (173,187,149). Sum of RGB (Red+Green+Blue) = 173+187+149=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB95 is #52446A. Grayscale: #B2B2B2. Windows color (decimal): -5391467 or 9812909. OLE color: 9812909.

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

Color convert

RGB173187149-
CMYK0.0700.200.27
HSL82.11º21.84%65.88%-
HSV(B)82.11º20.32%73.33%-
XYZ40.4346.5935.3-
YUV178.48111.36124.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=33.99%
G=36.74%
B=29.27%

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
Decimal1731871490.0700.200.2782.1121.8465.88
HexADBB9570141B521642
Octal25527322570243312226102
Binary101011011011101110010101111010100110111010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBB95; }

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

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

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

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

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

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

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

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