Html Css Color HEX #A6BA8C Norway

📋 copy color: '#A6BA8C'

red 166 ◦ green 186 ◦ blue 140

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

Shades of Norway #A6BA8C

Tints of Norway #A6BA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 33.74%
G = 37.8%
B = 28.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#A6BA8C (or 0xA6BA8C) is known color: Norway. HEX triplet: A6, BA and 8C. RGB value is (166,186,140). Sum of RGB (Red+Green+Blue) = 166+186+140=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA8C is #594573. Grayscale: #AEAEAE. Windows color (decimal): -5850484 or 9222822. OLE color: 9222822.

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

Color convert

RGB 166 186 140 -
CMYK 0.11 0 0.25 0.27
HSL 86.09º 0.25% 0.64% -
HSV(B) 86.09º 0.25% 0.73% -
XYZ 38.02 45.12 31.52 -
YUV 174.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 166 186 140 0.11 0 0.25 0.27 86.09 0.25 0.64
Hex A6 BA 8C B 0 19 1B 56 19 40
Octal 246 272 214 13 0 31 33 126 31 100
Binary 10100110 10111010 10001100 1011 0 11001 11011 1010110 11001 1000000

Color Harmonies of #A6BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA8C

Black with #A6BA8C

Text Example


Text Example

White with #A6BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA8C; }

 p { color: rgb(166,186,140); }

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

background-color css

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

 a { background-color: rgb(166,186,140); }

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

border-color css

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

 span { border-color: rgb(166,186,140); }

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