Html Css Color HEX #ADBE9C Norway

📋 copy color: '#ADBE9C'

red 173 ◦ green 190 ◦ blue 156

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

Shades of Norway #ADBE9C

Tints of Norway #ADBE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 33.33%
G = 36.61%
B = 30.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#ADBE9C (or 0xADBE9C) is known color: Norway. HEX triplet: AD, BE and 9C. RGB value is (173,190,156). Sum of RGB (Red+Green+Blue) = 173+190+156=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9C is #524163. Grayscale: #B5B5B5. Windows color (decimal): -5390692 or 10272429. OLE color: 10272429.

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

Color convert

RGB 173 190 156 -
CMYK 0.09 0 0.18 0.25
HSL 90º 0.21% 0.68% -
HSV(B) 90º 0.18% 0.75% -
XYZ 41.65 48.11 38.54 -
YUV 181.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 173 190 156 0.09 0 0.18 0.25 90 0.21 0.68
Hex AD BE 9C 9 0 12 19 5A 15 44
Octal 255 276 234 11 0 22 31 132 25 104
Binary 10101101 10111110 10011100 1001 0 10010 11001 1011010 10101 1000100

Color Harmonies of #ADBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE9C

Black with #ADBE9C

Text Example


Text Example

White with #ADBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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