Html Css Color HEX #A6BA8A Norway

📋 copy color: '#A6BA8A'

red 166 ◦ green 186 ◦ blue 138

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

Shades of Norway #A6BA8A

Tints of Norway #A6BA8A

RGB

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

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

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

R = 33.88%
G = 37.96%
B = 28.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A6BA8A (or 0xA6BA8A) is known color: Norway. HEX triplet: A6, BA and 8A. RGB value is (166,186,138). Sum of RGB (Red+Green+Blue) = 166+186+138=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA8A is #594575. Grayscale: #AEAEAE. Windows color (decimal): -5850486 or 9091750. OLE color: 9091750.

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

Color convert

RGB 166 186 138 -
CMYK 0.11 0 0.26 0.27
HSL 85º 0.26% 0.64% -
HSV(B) 85º 0.26% 0.73% -
XYZ 37.87 45.06 30.75 -
YUV 174.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 166 186 138 0.11 0 0.26 0.27 85 0.26 0.64
Hex A6 BA 8A B 0 1A 1B 55 1A 40
Octal 246 272 212 13 0 32 33 125 32 100
Binary 10100110 10111010 10001010 1011 0 11010 11011 1010101 11010 1000000

Color Harmonies of #A6BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA8A

Black with #A6BA8A

Text Example


Text Example

White with #A6BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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