Html Css Color HEX #ADBA9A Norway

📋 copy color: '#ADBA9A'

red 173 ◦ green 186 ◦ blue 154

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

Shades of Norway #ADBA9A

Tints of Norway #ADBA9A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.26%

 BLUE value IS 154 (60.55% from 255) = 30.02%

R = 33.72%
G = 36.26%
B = 30.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ADBA9A (or 0xADBA9A) is known color: Norway. HEX triplet: AD, BA and 9A. RGB value is (173,186,154). Sum of RGB (Red+Green+Blue) = 173+186+154=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9A is #524565. Grayscale: #B2B2B2. Windows color (decimal): -5391718 or 10140333. OLE color: 10140333.

HSL color Cylindrical-coordinate representation of color #ADBA9A: hue angle of 84.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADBA9A is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 154 -
CMYK 0.07 0 0.17 0.27
HSL 84.38º 0.19% 0.67% -
HSV(B) 84.38º 0.17% 0.73% -
XYZ 40.63 46.34 37.37 -
YUV 178.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 173 186 154 0.07 0 0.17 0.27 84.38 0.19 0.67
Hex AD BA 9A 7 0 11 1B 54 13 43
Octal 255 272 232 7 0 21 33 124 23 103
Binary 10101101 10111010 10011010 111 0 10001 11011 1010100 10011 1000011

Color Harmonies of #ADBA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA9A

Black with #ADBA9A

Text Example


Text Example

White with #ADBA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA9A; }

 p { color: rgb(173,186,154); }

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

background-color css

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

 a { background-color: rgb(173,186,154); }

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

border-color css

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

 span { border-color: rgb(173,186,154); }

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