Html Css Color HEX #A3B990 Norway

📋 copy color: '#A3B990'

red 163 ◦ green 185 ◦ blue 144

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

Shades of Norway #A3B990

Tints of Norway #A3B990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 33.13%
G = 37.6%
B = 29.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A3B990 (or 0xA3B990) is known color: Norway. HEX triplet: A3, B9 and 90. RGB value is (163,185,144). Sum of RGB (Red+Green+Blue) = 163+185+144=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B990 is #5C466F. Grayscale: #ADADAD. Windows color (decimal): -6047344 or 9484707. OLE color: 9484707.

HSL color Cylindrical-coordinate representation of color #A3B990: hue angle of 92.2º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3B990 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 185 144 -
CMYK 0.12 0 0.22 0.27
HSL 92.2º 0.23% 0.65% -
HSV(B) 92.2º 0.22% 0.73% -
XYZ 37.49 44.5 33 -
YUV 173.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 163 185 144 0.12 0 0.22 0.27 92.2 0.23 0.65
Hex A3 B9 90 C 0 16 1B 5C 17 41
Octal 243 271 220 14 0 26 33 134 27 101
Binary 10100011 10111001 10010000 1100 0 10110 11011 1011100 10111 1000001

Color Harmonies of #A3B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B990

Black with #A3B990

Text Example


Text Example

White with #A3B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B990; }

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

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

background-color css

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

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

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

border-color css

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

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

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