#A7B998

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

Shades of Norway #A7B998

Tints of Norway #A7B998

Color information

#A7B998 (or 0xA7B998) is unknown color: approx Norway. HEX triplet: A7, B9 and 98. RGB value is (167,185,152). Sum of RGB (Red+Green+Blue) = 167+185+152=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B998 is #584667. Grayscale: #AFAFAF. Windows color (decimal): -5785192 or 10008999. OLE color: 10008999.

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

Color convert

RGB167185152-
CMYK0.1000.180.27
HSL92.73º19.08%66.08%-
HSV(B)92.73º17.84%72.55%-
XYZ38.9545.1836.37-
YUV175.86114.54121.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=33.13%
G=36.71%
B=30.16%

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
Decimal1671851520.1000.180.2792.7319.0866.08
HexA7B998A0121B5d1342
Octal247271230120223313523102
Binary1010011110111001100110001010010010110111011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B998; }

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

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

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

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

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

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

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

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