Html Css Color HEX #A3B981 Norway

📋 copy color: '#A3B981'

red 163 ◦ green 185 ◦ blue 129

#A3B981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A3B981

Tints of Norway #A3B981

RGB

 RED value IS 163 (64.06% from 255) = 34.17%

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 129 (50.78% from 255) = 27.04%

R = 34.17%
G = 38.78%
B = 27.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A3B981 (or 0xA3B981) is known color: Norway. HEX triplet: A3, B9 and 81. RGB value is (163,185,129). Sum of RGB (Red+Green+Blue) = 163+185+129=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B981 is #5C467E. Grayscale: #ACACAC. Windows color (decimal): -6047359 or 8501667. OLE color: 8501667.

HSL color Cylindrical-coordinate representation of color #A3B981: hue angle of 83.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3B981 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 185 129 -
CMYK 0.12 0 0.30 0.27
HSL 83.57º 0.29% 0.62% -
HSV(B) 83.57º 0.3% 0.73% -
XYZ 36.42 44.07 27.36 -
YUV 172.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 163 185 129 0.12 0 0.30 0.27 83.57 0.29 0.62
Hex A3 B9 81 C 0 1E 1B 54 1D 3E
Octal 243 271 201 14 0 36 33 124 35 76
Binary 10100011 10111001 10000001 1100 0 11110 11011 1010100 11101 111110

Color Harmonies of #A3B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B981

Black with #A3B981

Text Example


Text Example

White with #A3B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B981; }

 p { color: rgb(163,185,129); }

 H1.HeaderClassName
 {
   color: #A3B981;
 }
 .AnyTagClassName
 {
   color: #A3B981;
 }
</style>

background-color css

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

 a { background-color: rgb(163,185,129); }

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

border-color css

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

 span { border-color: rgb(163,185,129); }

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