Html Css Color HEX #ADBE9D Norway

📋 copy color: '#ADBE9D'

red 173 ◦ green 190 ◦ blue 157

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

Shades of Norway #ADBE9D

Tints of Norway #ADBE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.19%

R = 33.27%
G = 36.54%
B = 30.19%

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

#ADBE9D (or 0xADBE9D) is known color: Norway. HEX triplet: AD, BE and 9D. RGB value is (173,190,157). Sum of RGB (Red+Green+Blue) = 173+190+157=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9D is #524162. Grayscale: #B5B5B5. Windows color (decimal): -5390691 or 10337965. OLE color: 10337965.

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

Color convert

RGB 173 190 157 -
CMYK 0.09 0 0.17 0.25
HSL 90.91º 0.2% 0.68% -
HSV(B) 90.91º 0.17% 0.75% -
XYZ 41.73 48.15 38.99 -
YUV 181.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 173 190 157 0.09 0 0.17 0.25 90.91 0.2 0.68
Hex AD BE 9D 9 0 11 19 5B 14 44
Octal 255 276 235 11 0 21 31 133 24 104
Binary 10101101 10111110 10011101 1001 0 10001 11001 1011011 10100 1000100

Color Harmonies of #ADBE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE9D

Black with #ADBE9D

Text Example


Text Example

White with #ADBE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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