Html Css Color HEX #A6B98F Norway

📋 copy color: '#A6B98F'

red 166 ◦ green 185 ◦ blue 143

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

Shades of Norway #A6B98F

Tints of Norway #A6B98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 33.6%
G = 37.45%
B = 28.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A6B98F (or 0xA6B98F) is known color: Norway. HEX triplet: A6, B9 and 8F. RGB value is (166,185,143). Sum of RGB (Red+Green+Blue) = 166+185+143=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B98F is #594670. Grayscale: #AEAEAE. Windows color (decimal): -5850737 or 9419174. OLE color: 9419174.

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

Color convert

RGB 166 185 143 -
CMYK 0.10 0 0.23 0.27
HSL 87.14º 0.23% 0.64% -
HSV(B) 87.14º 0.23% 0.73% -
XYZ 38.03 44.79 32.63 -
YUV 174.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 166 185 143 0.10 0 0.23 0.27 87.14 0.23 0.64
Hex A6 B9 8F A 0 17 1B 57 17 40
Octal 246 271 217 12 0 27 33 127 27 100
Binary 10100110 10111001 10001111 1010 0 10111 11011 1010111 10111 1000000

Color Harmonies of #A6B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B98F

Black with #A6B98F

Text Example


Text Example

White with #A6B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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