Html Css Color HEX #A6B790 Norway

📋 copy color: '#A6B790'

red 166 ◦ green 183 ◦ blue 144

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

Shades of Norway #A6B790

Tints of Norway #A6B790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.12%

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 33.67%
G = 37.12%
B = 29.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A6B790 (or 0xA6B790) is known color: Norway. HEX triplet: A6, B7 and 90. RGB value is (166,183,144). Sum of RGB (Red+Green+Blue) = 166+183+144=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B790 is #59486F. Grayscale: #ADADAD. Windows color (decimal): -5851248 or 9484198. OLE color: 9484198.

HSL color Cylindrical-coordinate representation of color #A6B790: hue angle of 86.15º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B790 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 144 -
CMYK 0.09 0 0.21 0.28
HSL 86.15º 0.21% 0.64% -
HSV(B) 86.15º 0.21% 0.72% -
XYZ 37.69 43.99 32.89 -
YUV 173.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 166 183 144 0.09 0 0.21 0.28 86.15 0.21 0.64
Hex A6 B7 90 9 0 15 1C 56 15 40
Octal 246 267 220 11 0 25 34 126 25 100
Binary 10100110 10110111 10010000 1001 0 10101 11100 1010110 10101 1000000

Color Harmonies of #A6B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B790

Black with #A6B790

Text Example


Text Example

White with #A6B790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B790; }

 p { color: rgb(166,183,144); }

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

background-color css

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

 a { background-color: rgb(166,183,144); }

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

border-color css

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

 span { border-color: rgb(166,183,144); }

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