Html Css Color HEX #A6BA93 Norway

📋 copy color: '#A6BA93'

red 166 ◦ green 186 ◦ blue 147

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

Shades of Norway #A6BA93

Tints of Norway #A6BA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 33.27%
G = 37.27%
B = 29.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#A6BA93 (or 0xA6BA93) is known color: Norway. HEX triplet: A6, BA and 93. RGB value is (166,186,147). Sum of RGB (Red+Green+Blue) = 166+186+147=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA93 is #59456C. Grayscale: #AFAFAF. Windows color (decimal): -5850477 or 9681574. OLE color: 9681574.

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

Color convert

RGB 166 186 147 -
CMYK 0.11 0 0.21 0.27
HSL 90.77º 0.22% 0.65% -
HSV(B) 90.77º 0.21% 0.73% -
XYZ 38.55 45.33 34.32 -
YUV 175.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 166 186 147 0.11 0 0.21 0.27 90.77 0.22 0.65
Hex A6 BA 93 B 0 15 1B 5B 16 41
Octal 246 272 223 13 0 25 33 133 26 101
Binary 10100110 10111010 10010011 1011 0 10101 11011 1011011 10110 1000001

Color Harmonies of #A6BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA93

Black with #A6BA93

Text Example


Text Example

White with #A6BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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