#A9B998

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

Shades of Norway #A9B998

Tints of Norway #A9B998

Color information

#A9B998 (or 0xA9B998) is unknown color: approx Norway. HEX triplet: A9, B9 and 98. RGB value is (169,185,152). Sum of RGB (Red+Green+Blue) = 169+185+152=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B998 is #564667. Grayscale: #B0B0B0. Windows color (decimal): -5654120 or 10009001. OLE color: 10009001.

HSL color Cylindrical-coordinate representation of color #A9B998: hue angle of 89.09º 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 #A9B998 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB169185152-
CMYK0.0900.180.27
HSL89.09º19.08%66.08%-
HSV(B)89.09º17.84%72.55%-
XYZ39.3845.436.39-
YUV176.45114.2122.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=33.40%
G=36.56%
B=30.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851520.0900.180.2789.0919.0866.08
HexA9B99890121B591342
Octal251271230110223313123102
Binary1010100110111001100110001001010010110111011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B998; }

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

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

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

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

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

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

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

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