Html Css Color HEX #ADBE9E Norway

📋 copy color: '#ADBE9E'

red 173 ◦ green 190 ◦ blue 158

#ADBE9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #ADBE9E

Tints of Norway #ADBE9E

RGB

 RED value IS 173 (67.97% from 255) = 33.21%

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 158 (62.11% from 255) = 30.33%

R = 33.21%
G = 36.47%
B = 30.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#ADBE9E (or 0xADBE9E) is known color: Norway. HEX triplet: AD, BE and 9E. RGB value is (173,190,158). Sum of RGB (Red+Green+Blue) = 173+190+158=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9E is #524161. Grayscale: #B5B5B5. Windows color (decimal): -5390690 or 10403501. OLE color: 10403501.

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

Color convert

RGB 173 190 158 -
CMYK 0.09 0 0.17 0.25
HSL 91.88º 0.2% 0.68% -
HSV(B) 91.88º 0.17% 0.75% -
XYZ 41.82 48.18 39.44 -
YUV 181.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 173 190 158 0.09 0 0.17 0.25 91.88 0.2 0.68
Hex AD BE 9E 9 0 11 19 5C 14 44
Octal 255 276 236 11 0 21 31 134 24 104
Binary 10101101 10111110 10011110 1001 0 10001 11001 1011100 10100 1000100

Color Harmonies of #ADBE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE9E

Black with #ADBE9E

Text Example


Text Example

White with #ADBE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE9E; }

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

 H1.HeaderClassName
 {
   color: #ADBE9E;
 }
 .AnyTagClassName
 {
   color: #ADBE9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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