#A4B883

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

Shades of Norway #A4B883

Tints of Norway #A4B883

Color information

#A4B883 (or 0xA4B883) is unknown color: approx Norway. HEX triplet: A4, B8 and 83. RGB value is (164,184,131). Sum of RGB (Red+Green+Blue) = 164+184+131=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B883 is #5B477C. Grayscale: #ACACAC. Windows color (decimal): -5982077 or 8632484. OLE color: 8632484.

HSL color Cylindrical-coordinate representation of color #A4B883: hue angle of 82.64º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4B883 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB164184131-
CMYK0.1100.290.28
HSL82.64º27.18%61.76%-
HSV(B)82.64º28.8%72.16%-
XYZ36.5543.8128-
YUV171.98104.87122.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=34.24%
G=38.41%
B=27.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841310.1100.290.2882.6427.1861.76
HexA4B883B01D1C531b3e
Octal24427020313035341233376
Binary101001001011100010000011101101110111100101001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B883; }

 p { color: rgb(164,184,131); }

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

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

 a { background-color: rgb(164,184,131); }

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

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

 span { border-color: rgb(164,184,131); }

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