#ADBEA0

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

Shades of Norway #ADBEA0

Tints of Norway #ADBEA0

Color information

#ADBEA0 (or 0xADBEA0) is unknown color: approx Norway. HEX triplet: AD, BE and A0. RGB value is (173,190,160). Sum of RGB (Red+Green+Blue) = 173+190+160=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEA0 is #52415F. Grayscale: #B5B5B5. Windows color (decimal): -5390688 or 10534573. OLE color: 10534573.

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

Color convert

RGB173190160-
CMYK0.0900.160.25
HSL94º18.75%68.63%-
HSV(B)94º15.79%74.51%-
XYZ41.9948.2540.36-
YUV181.5115.87121.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=33.08%
G=36.33%
B=30.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901600.0900.160.259418.7568.63
HexADBEA09010195e1345
Octal255276240110203113623105
Binary1010110110111110101000001001010000110011011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEA0; }

 p { color: rgb(173,190,160); }

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

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

 a { background-color: rgb(173,190,160); }

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

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

 span { border-color: rgb(173,190,160); }

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