#ADC890

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

Shades of Norway #ADC890

Tints of Norway #ADC890

Color information

#ADC890 (or 0xADC890) is unknown color: approx Norway. HEX triplet: AD, C8 and 90. RGB value is (173,200,144). Sum of RGB (Red+Green+Blue) = 173+200+144=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC890 is #52376F. Grayscale: #B9B9B9. Windows color (decimal): -5388144 or 9488557. OLE color: 9488557.

HSL color Cylindrical-coordinate representation of color #ADC890: hue angle of 88.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC890 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB173200144-
CMYK0.1400.280.22
HSL88.93º33.73%67.45%-
HSV(B)88.93º28%78.43%-
XYZ42.9252.2134.2-
YUV185.54104.55119.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=33.46%
G=38.68%
B=27.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001440.1400.280.2288.9333.7367.45
HexADC890E01C16592243
Octal255310220160342613142103
Binary10101101110010001001000011100111001011010110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC890; }

 p { color: rgb(173,200,144); }

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

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

 a { background-color: rgb(173,200,144); }

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

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

 span { border-color: rgb(173,200,144); }

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