Html Css Color HEX #A6BA92 Norway

📋 copy color: '#A6BA92'

red 166 ◦ green 186 ◦ blue 146

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

Shades of Norway #A6BA92

Tints of Norway #A6BA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 33.33%
G = 37.35%
B = 29.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A6BA92 (or 0xA6BA92) is known color: Norway. HEX triplet: A6, BA and 92. RGB value is (166,186,146). Sum of RGB (Red+Green+Blue) = 166+186+146=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA92 is #59456D. Grayscale: #AFAFAF. Windows color (decimal): -5850478 or 9616038. OLE color: 9616038.

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

Color convert

RGB 166 186 146 -
CMYK 0.11 0 0.22 0.27
HSL 90º 0.22% 0.65% -
HSV(B) 90º 0.22% 0.73% -
XYZ 38.47 45.3 33.91 -
YUV 175.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 166 186 146 0.11 0 0.22 0.27 90 0.22 0.65
Hex A6 BA 92 B 0 16 1B 5A 16 41
Octal 246 272 222 13 0 26 33 132 26 101
Binary 10100110 10111010 10010010 1011 0 10110 11011 1011010 10110 1000001

Color Harmonies of #A6BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA92

Black with #A6BA92

Text Example


Text Example

White with #A6BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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