#ADBE9C

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

Shades of Norway #ADBE9C

Tints of Norway #ADBE9C

Color information

#ADBE9C (or 0xADBE9C) is unknown color: approx Norway. HEX triplet: AD, BE and 9C. RGB value is (173,190,156). Sum of RGB (Red+Green+Blue) = 173+190+156=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9C is #524163. Grayscale: #B5B5B5. Windows color (decimal): -5390692 or 10272429. OLE color: 10272429.

HSL color Cylindrical-coordinate representation of color #ADBE9C: hue angle of 90º 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 #ADBE9C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB173190156-
CMYK0.0900.180.25
HSL90º20.73%67.84%-
HSV(B)90º17.89%74.51%-
XYZ41.6548.1138.54-
YUV181.04113.87122.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=33.33%
G=36.61%
B=30.06%

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
Decimal1731901560.0900.180.259020.7367.84
HexADBE9C9012195a1544
Octal255276234110223113225104
Binary1010110110111110100111001001010010110011011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE9C; }

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

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

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

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

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

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

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

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