Html Css Color HEX #ADBB9B Norway

📋 copy color: '#ADBB9B'

red 173 ◦ green 187 ◦ blue 155

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

Shades of Norway #ADBB9B

Tints of Norway #ADBB9B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

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

R = 33.59%
G = 36.31%
B = 30.1%

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

#ADBB9B (or 0xADBB9B) is known color: Norway. HEX triplet: AD, BB and 9B. RGB value is (173,187,155). Sum of RGB (Red+Green+Blue) = 173+187+155=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB9B is #524464. Grayscale: #B3B3B3. Windows color (decimal): -5391461 or 10206125. OLE color: 10206125.

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

Color convert

RGB 173 187 155 -
CMYK 0.07 0 0.17 0.27
HSL 86.25º 0.19% 0.67% -
HSV(B) 86.25º 0.17% 0.73% -
XYZ 40.92 46.79 37.89 -
YUV 179.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 173 187 155 0.07 0 0.17 0.27 86.25 0.19 0.67
Hex AD BB 9B 7 0 11 1B 56 13 43
Octal 255 273 233 7 0 21 33 126 23 103
Binary 10101101 10111011 10011011 111 0 10001 11011 1010110 10011 1000011

Color Harmonies of #ADBB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB9B

Black with #ADBB9B

Text Example


Text Example

White with #ADBB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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