#ADBE9A

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

Shades of Norway #ADBE9A

Tints of Norway #ADBE9A

Color information

#ADBE9A (or 0xADBE9A) is unknown color: approx Norway. HEX triplet: AD, BE and 9A. RGB value is (173,190,154). Sum of RGB (Red+Green+Blue) = 173+190+154=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9A is #524165. Grayscale: #B4B4B4. Windows color (decimal): -5390694 or 10141357. OLE color: 10141357.

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

Color convert

RGB173190154-
CMYK0.0900.190.25
HSL88.33º21.69%67.45%-
HSV(B)88.33º18.95%74.51%-
XYZ41.4848.0437.66-
YUV180.81112.87122.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=33.46%
G=36.75%
B=29.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901540.0900.190.2588.3321.6967.45
HexADBE9A901319581643
Octal255276232110233113026103
Binary1010110110111110100110101001010011110011011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE9A; }

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

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

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

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

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

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

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

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