#A4B38A

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

Shades of Norway #A4B38A

Tints of Norway #A4B38A

Color information

#A4B38A (or 0xA4B38A) is unknown color: approx Norway. HEX triplet: A4, B3 and 8A. RGB value is (164,179,138). Sum of RGB (Red+Green+Blue) = 164+179+138=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B38A is #5B4C75. Grayscale: #A9A9A9. Windows color (decimal): -5983350 or 9089956. OLE color: 9089956.

HSL color Cylindrical-coordinate representation of color #A4B38A: hue angle of 81.95º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4B38A is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB164179138-
CMYK0.0800.230.30
HSL81.95º21.24%62.16%-
HSV(B)81.95º22.91%70.2%-
XYZ36.0241.9730.25-
YUV169.84110.03123.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=34.10%
G=37.21%
B=28.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641791380.0800.230.3081.9521.2462.16
HexA4B38A80171E52153e
Octal24426321210027361222576
Binary101001001011001110001010100001011111110101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B38A; }

 p { color: rgb(164,179,138); }

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

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

 a { background-color: rgb(164,179,138); }

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

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

 span { border-color: rgb(164,179,138); }

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