Html Css Color HEX #A6B39B Norway

📋 copy color: '#A6B39B'

red 166 ◦ green 179 ◦ blue 155

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

Shades of Norway #A6B39B

Tints of Norway #A6B39B

RGB

 RED value IS 166 (65.23% from 255) = 33.2%

 GREEN value IS 179 (70.31% from 255) = 35.8%

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

R = 33.2%
G = 35.8%
B = 31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A6B39B (or 0xA6B39B) is known color: Norway. HEX triplet: A6, B3 and 9B. RGB value is (166,179,155). Sum of RGB (Red+Green+Blue) = 166+179+155=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B39B is #594C64. Grayscale: #ACACAC. Windows color (decimal): -5852261 or 10204070. OLE color: 10204070.

HSL color Cylindrical-coordinate representation of color #A6B39B: hue angle of 92.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B39B is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 155 -
CMYK 0.07 0 0.13 0.30
HSL 92.5º 0.14% 0.65% -
HSV(B) 92.5º 0.13% 0.7% -
XYZ 37.76 42.71 37.26 -
YUV 172.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 166 179 155 0.07 0 0.13 0.30 92.5 0.14 0.65
Hex A6 B3 9B 7 0 D 1E 5C E 41
Octal 246 263 233 7 0 15 36 134 16 101
Binary 10100110 10110011 10011011 111 0 1101 11110 1011100 1110 1000001

Color Harmonies of #A6B39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B39B

Black with #A6B39B

Text Example


Text Example

White with #A6B39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B39B; }

 p { color: rgb(166,179,155); }

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

background-color css

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

 a { background-color: rgb(166,179,155); }

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

border-color css

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

 span { border-color: rgb(166,179,155); }

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