#ADBE95

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

Shades of Norway #ADBE95

Tints of Norway #ADBE95

Color information

#ADBE95 (or 0xADBE95) is unknown color: approx Norway. HEX triplet: AD, BE and 95. RGB value is (173,190,149). Sum of RGB (Red+Green+Blue) = 173+190+149=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE95 is #52416A. Grayscale: #B4B4B4. Windows color (decimal): -5390699 or 9813677. OLE color: 9813677.

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

Color convert

RGB173190149-
CMYK0.0900.220.25
HSL84.88º23.98%66.47%-
HSV(B)84.88º21.58%74.51%-
XYZ41.0747.8835.51-
YUV180.24110.37122.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=33.79%
G=37.11%
B=29.10%

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
Decimal1731901490.0900.220.2584.8823.9866.47
HexADBE95901619551842
Octal255276225110263112530102
Binary1010110110111110100101011001010110110011010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE95; }

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

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

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

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

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

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

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

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