Html Css Color HEX #A3B883 Norway

📋 copy color: '#A3B883'

red 163 ◦ green 184 ◦ blue 131

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

Shades of Norway #A3B883

Tints of Norway #A3B883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.49%

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 34.1%
G = 38.49%
B = 27.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#A3B883 (or 0xA3B883) is known color: Norway. HEX triplet: A3, B8 and 83. RGB value is (163,184,131). Sum of RGB (Red+Green+Blue) = 163+184+131=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B883 is #5C477C. Grayscale: #ABABAB. Windows color (decimal): -6047613 or 8632483. OLE color: 8632483.

HSL color Cylindrical-coordinate representation of color #A3B883: hue angle of 83.77º 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 #A3B883 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 184 131 -
CMYK 0.11 0 0.29 0.28
HSL 83.77º 0.27% 0.62% -
HSV(B) 83.77º 0.29% 0.72% -
XYZ 36.34 43.71 27.99 -
YUV 171.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 163 184 131 0.11 0 0.29 0.28 83.77 0.27 0.62
Hex A3 B8 83 B 0 1D 1C 54 1B 3E
Octal 243 270 203 13 0 35 34 124 33 76
Binary 10100011 10111000 10000011 1011 0 11101 11100 1010100 11011 111110

Color Harmonies of #A3B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B883

Black with #A3B883

Text Example


Text Example

White with #A3B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B883; }

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

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

background-color css

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

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

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

border-color css

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

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

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