Html Css Color HEX #A6BA96 Norway

📋 copy color: '#A6BA96'

red 166 ◦ green 186 ◦ blue 150

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

Shades of Norway #A6BA96

Tints of Norway #A6BA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 33.07%
G = 37.05%
B = 29.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A6BA96 (or 0xA6BA96) is known color: Norway. HEX triplet: A6, BA and 96. RGB value is (166,186,150). Sum of RGB (Red+Green+Blue) = 166+186+150=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA96 is #594569. Grayscale: #B0B0B0. Windows color (decimal): -5850474 or 9878182. OLE color: 9878182.

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

Color convert

RGB 166 186 150 -
CMYK 0.11 0 0.19 0.27
HSL 93.33º 0.21% 0.66% -
HSV(B) 93.33º 0.19% 0.73% -
XYZ 38.79 45.43 35.58 -
YUV 175.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 166 186 150 0.11 0 0.19 0.27 93.33 0.21 0.66
Hex A6 BA 96 B 0 13 1B 5D 15 42
Octal 246 272 226 13 0 23 33 135 25 102
Binary 10100110 10111010 10010110 1011 0 10011 11011 1011101 10101 1000010

Color Harmonies of #A6BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA96

Black with #A6BA96

Text Example


Text Example

White with #A6BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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