Html Css Color HEX #A6B990 Norway

📋 copy color: '#A6B990'

red 166 ◦ green 185 ◦ blue 144

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

Shades of Norway #A6B990

Tints of Norway #A6B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

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

R = 33.54%
G = 37.37%
B = 29.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A6B990 (or 0xA6B990) is known color: Norway. HEX triplet: A6, B9 and 90. RGB value is (166,185,144). Sum of RGB (Red+Green+Blue) = 166+185+144=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B990 is #59466F. Grayscale: #AEAEAE. Windows color (decimal): -5850736 or 9484710. OLE color: 9484710.

HSL color Cylindrical-coordinate representation of color #A6B990: hue angle of 87.8º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6B990 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 144 -
CMYK 0.10 0 0.22 0.27
HSL 87.8º 0.23% 0.65% -
HSV(B) 87.8º 0.22% 0.73% -
XYZ 38.11 44.82 33.03 -
YUV 174.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 166 185 144 0.10 0 0.22 0.27 87.8 0.23 0.65
Hex A6 B9 90 A 0 16 1B 58 17 41
Octal 246 271 220 12 0 26 33 130 27 101
Binary 10100110 10111001 10010000 1010 0 10110 11011 1011000 10111 1000001

Color Harmonies of #A6B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B990

Black with #A6B990

Text Example


Text Example

White with #A6B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B990; }

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

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

background-color css

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

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

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

border-color css

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

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

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