Html Css Color HEX #ADBD9B Norway

📋 copy color: '#ADBD9B'

red 173 ◦ green 189 ◦ blue 155

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

Shades of Norway #ADBD9B

Tints of Norway #ADBD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 33.46%
G = 36.56%
B = 29.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#ADBD9B (or 0xADBD9B) is known color: Norway. HEX triplet: AD, BD and 9B. RGB value is (173,189,155). Sum of RGB (Red+Green+Blue) = 173+189+155=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD9B is #524264. Grayscale: #B4B4B4. Windows color (decimal): -5390949 or 10206637. OLE color: 10206637.

HSL color Cylindrical-coordinate representation of color #ADBD9B: hue angle of 88.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBD9B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 155 -
CMYK 0.08 0 0.18 0.26
HSL 88.24º 0.2% 0.67% -
HSV(B) 88.24º 0.18% 0.74% -
XYZ 41.35 47.65 38.03 -
YUV 180.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 173 189 155 0.08 0 0.18 0.26 88.24 0.2 0.67
Hex AD BD 9B 8 0 12 1A 58 14 43
Octal 255 275 233 10 0 22 32 130 24 103
Binary 10101101 10111101 10011011 1000 0 10010 11010 1011000 10100 1000011

Color Harmonies of #ADBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD9B

Black with #ADBD9B

Text Example


Text Example

White with #ADBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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