#ADBE96

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

Shades of Norway #ADBE96

Tints of Norway #ADBE96

Color information

#ADBE96 (or 0xADBE96) is unknown color: approx Norway. HEX triplet: AD, BE and 96. RGB value is (173,190,150). Sum of RGB (Red+Green+Blue) = 173+190+150=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE96 is #524169. Grayscale: #B4B4B4. Windows color (decimal): -5390698 or 9879213. OLE color: 9879213.

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

Color convert

RGB173190150-
CMYK0.0900.210.25
HSL85.5º23.53%66.67%-
HSV(B)85.5º21.05%74.51%-
XYZ41.1547.9135.93-
YUV180.36110.87122.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=33.72%
G=37.04%
B=29.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901500.0900.210.2585.523.5366.67
HexADBE96901519551843
Octal255276226110253112530103
Binary1010110110111110100101101001010101110011010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE96; }

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

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

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

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

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

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

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

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