#ADBF8F

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

Shades of Norway #ADBF8F

Tints of Norway #ADBF8F

Color information

#ADBF8F (or 0xADBF8F) is unknown color: approx Norway. HEX triplet: AD, BF and 8F. RGB value is (173,191,143). Sum of RGB (Red+Green+Blue) = 173+191+143=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF8F is #524070. Grayscale: #B4B4B4. Windows color (decimal): -5390449 or 9420717. OLE color: 9420717.

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

Color convert

RGB173191143-
CMYK0.0900.250.25
HSL82.5º27.27%65.49%-
HSV(B)82.5º25.13%74.9%-
XYZ40.8248.1333.12-
YUV180.15107.04122.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=34.12%
G=37.67%
B=28.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911430.0900.250.2582.527.2765.49
HexADBF8F901919521b41
Octal255277217110313112233101
Binary1010110110111111100011111001011001110011010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF8F; }

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

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

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

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

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

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

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

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