#A4B198

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

Shades of Norway #A4B198

Tints of Norway #A4B198

Color information

#A4B198 (or 0xA4B198) is unknown color: approx Norway. HEX triplet: A4, B1 and 98. RGB value is (164,177,152). Sum of RGB (Red+Green+Blue) = 164+177+152=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B198 is #5B4E67. Grayscale: #AAAAAA. Windows color (decimal): -5983848 or 10006948. OLE color: 10006948.

HSL color Cylindrical-coordinate representation of color #A4B198: hue angle of 91.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B198 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB164177152-
CMYK0.0700.140.31
HSL91.2º13.81%64.51%-
HSV(B)91.2º14.12%69.41%-
XYZ36.741.635.8-
YUV170.26117.69123.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=33.27%
G=35.90%
B=30.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771520.0700.140.3191.213.8164.51
HexA4B19870E1F5be41
Octal24426123070163713316101
Binary1010010010110001100110001110111011111101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B198; }

 p { color: rgb(164,177,152); }

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

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

 a { background-color: rgb(164,177,152); }

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

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

 span { border-color: rgb(164,177,152); }

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