#A4B190

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

Shades of Norway #A4B190

Tints of Norway #A4B190

Color information

#A4B190 (or 0xA4B190) is unknown color: approx Norway. HEX triplet: A4, B1 and 90. RGB value is (164,177,144). Sum of RGB (Red+Green+Blue) = 164+177+144=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B190 is #5B4E6F. Grayscale: #A9A9A9. Windows color (decimal): -5983856 or 9482660. OLE color: 9482660.

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

Color convert

RGB164177144-
CMYK0.0700.190.31
HSL83.64º17.46%62.94%-
HSV(B)83.64º18.64%69.41%-
XYZ36.0741.3532.47-
YUV169.35113.69124.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=33.81%
G=36.49%
B=29.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771440.0700.190.3183.6417.4662.94
HexA4B19070131F54113f
Octal2442612207023371242177
Binary10100100101100011001000011101001111111101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B190; }

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

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

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

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

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

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

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

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