Html Css Color HEX #A6B596 Norway

📋 copy color: '#A6B596'

red 166 ◦ green 181 ◦ blue 150

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

Shades of Norway #A6B596

Tints of Norway #A6B596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 33.4%
G = 36.42%
B = 30.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#A6B596 (or 0xA6B596) is known color: Norway. HEX triplet: A6, B5 and 96. RGB value is (166,181,150). Sum of RGB (Red+Green+Blue) = 166+181+150=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B596 is #594A69. Grayscale: #ADADAD. Windows color (decimal): -5851754 or 9876902. OLE color: 9876902.

HSL color Cylindrical-coordinate representation of color #A6B596: hue angle of 89.03º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B596 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 150 -
CMYK 0.08 0 0.17 0.29
HSL 89.03º 0.17% 0.65% -
HSV(B) 89.03º 0.17% 0.71% -
XYZ 37.75 43.36 35.23 -
YUV 172.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 166 181 150 0.08 0 0.17 0.29 89.03 0.17 0.65
Hex A6 B5 96 8 0 11 1D 59 11 41
Octal 246 265 226 10 0 21 35 131 21 101
Binary 10100110 10110101 10010110 1000 0 10001 11101 1011001 10001 1000001

Color Harmonies of #A6B596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B596

Black with #A6B596

Text Example


Text Example

White with #A6B596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B596; }

 p { color: rgb(166,181,150); }

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

background-color css

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

 a { background-color: rgb(166,181,150); }

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

border-color css

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

 span { border-color: rgb(166,181,150); }

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