Html Css Color HEX #ADBA9B Norway

📋 copy color: '#ADBA9B'

red 173 ◦ green 186 ◦ blue 155

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

Shades of Norway #ADBA9B

Tints of Norway #ADBA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 33.66%
G = 36.19%
B = 30.16%

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

#ADBA9B (or 0xADBA9B) is known color: Norway. HEX triplet: AD, BA and 9B. RGB value is (173,186,155). Sum of RGB (Red+Green+Blue) = 173+186+155=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA9B is #524564. Grayscale: #B2B2B2. Windows color (decimal): -5391717 or 10205869. OLE color: 10205869.

HSL color Cylindrical-coordinate representation of color #ADBA9B: hue angle of 85.16º degrees, saturation: 0.18, 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 #ADBA9B is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 155 -
CMYK 0.07 0 0.17 0.27
HSL 85.16º 0.18% 0.67% -
HSV(B) 85.16º 0.17% 0.73% -
XYZ 40.71 46.37 37.81 -
YUV 178.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 173 186 155 0.07 0 0.17 0.27 85.16 0.18 0.67
Hex AD BA 9B 7 0 11 1B 55 12 43
Octal 255 272 233 7 0 21 33 125 22 103
Binary 10101101 10111010 10011011 111 0 10001 11011 1010101 10010 1000011

Color Harmonies of #ADBA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA9B

Black with #ADBA9B

Text Example


Text Example

White with #ADBA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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