Html Css Color HEX #A6B98A Norway

📋 copy color: '#A6B98A'

red 166 ◦ green 185 ◦ blue 138

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

Shades of Norway #A6B98A

Tints of Norway #A6B98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 33.95%
G = 37.83%
B = 28.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#A6B98A (or 0xA6B98A) is known color: Norway. HEX triplet: A6, B9 and 8A. RGB value is (166,185,138). Sum of RGB (Red+Green+Blue) = 166+185+138=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B98A is #594675. Grayscale: #AEAEAE. Windows color (decimal): -5850742 or 9091494. OLE color: 9091494.

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

Color convert

RGB 166 185 138 -
CMYK 0.10 0 0.25 0.27
HSL 84.26º 0.25% 0.63% -
HSV(B) 84.26º 0.25% 0.73% -
XYZ 37.66 44.64 30.68 -
YUV 173.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 166 185 138 0.10 0 0.25 0.27 84.26 0.25 0.63
Hex A6 B9 8A A 0 19 1B 54 19 3F
Octal 246 271 212 12 0 31 33 124 31 77
Binary 10100110 10111001 10001010 1010 0 11001 11011 1010100 11001 111111

Color Harmonies of #A6B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B98A

Black with #A6B98A

Text Example


Text Example

White with #A6B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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