#A6B998

Color #A6B998 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A6B998

Tints of Norway #A6B998

Color information

#A6B998 (or 0xA6B998) is unknown color: approx Norway. HEX triplet: A6, B9 and 98. RGB value is (166,185,152). Sum of RGB (Red+Green+Blue) = 166+185+152=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B998 is #594667. Grayscale: #AFAFAF. Windows color (decimal): -5850728 or 10008998. OLE color: 10008998.

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

Color convert

RGB166185152-
CMYK0.1000.180.27
HSL94.55º19.08%66.08%-
HSV(B)94.55º17.84%72.55%-
XYZ38.7445.0736.36-
YUV175.56114.71121.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=33.00%
G=36.78%
B=30.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851520.1000.180.2794.5519.0866.08
HexA6B998A0121B5f1342
Octal246271230120223313723102
Binary1010011010111001100110001010010010110111011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B998; }

 p { color: rgb(166,185,152); }

 H1.HeaderClassName
 {
   color: #A6B998;
 }
 .AnyTagClassName
 {
   color: #A6B998;
 }
</style>
background-color css

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

 a { background-color: rgb(166,185,152); }

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

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

 span { border-color: rgb(166,185,152); }

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