#ADBF9C

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

Shades of Norway #ADBF9C

Tints of Norway #ADBF9C

Color information

#ADBF9C (or 0xADBF9C) is unknown color: approx Norway. HEX triplet: AD, BF and 9C. RGB value is (173,191,156). Sum of RGB (Red+Green+Blue) = 173+191+156=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF9C is #524063. Grayscale: #B5B5B5. Windows color (decimal): -5390436 or 10272685. OLE color: 10272685.

HSL color Cylindrical-coordinate representation of color #ADBF9C: hue angle of 90.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBF9C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB173191156-
CMYK0.0900.180.25
HSL90.86º21.47%68.04%-
HSV(B)90.86º18.32%74.9%-
XYZ41.8748.5538.62-
YUV181.63113.54121.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 156 (61.33% from 255) = 30%
R=33.27%
G=36.73%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911560.0900.180.2590.8621.4768.04
HexADBF9C9012195b1544
Octal255277234110223113325104
Binary1010110110111111100111001001010010110011011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF9C; }

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

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

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

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

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

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

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

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