#ADBE94

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

Shades of Norway #ADBE94

Tints of Norway #ADBE94

Color information

#ADBE94 (or 0xADBE94) is unknown color: approx Norway. HEX triplet: AD, BE and 94. RGB value is (173,190,148). Sum of RGB (Red+Green+Blue) = 173+190+148=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE94 is #52416B. Grayscale: #B4B4B4. Windows color (decimal): -5390700 or 9748141. OLE color: 9748141.

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

Color convert

RGB173190148-
CMYK0.0900.220.25
HSL84.29º24.42%66.27%-
HSV(B)84.29º22.11%74.51%-
XYZ40.9947.8535.09-
YUV180.13109.87122.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=33.86%
G=37.18%
B=28.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901480.0900.220.2584.2924.4266.27
HexADBE94901619541842
Octal255276224110263112430102
Binary1010110110111110100101001001010110110011010100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE94; }

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

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

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

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

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

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

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

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