Html Css Color HEX #A1B391 Norway

📋 copy color: '#A1B391'

red 161 ◦ green 179 ◦ blue 145

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

Shades of Norway #A1B391

Tints of Norway #A1B391

RGB

 RED value IS 161 (63.28% from 255) = 33.2%

 GREEN value IS 179 (70.31% from 255) = 36.91%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 33.2%
G = 36.91%
B = 29.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#A1B391 (or 0xA1B391) is known color: Norway. HEX triplet: A1, B3 and 91. RGB value is (161,179,145). Sum of RGB (Red+Green+Blue) = 161+179+145=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B391 is #5E4C6E. Grayscale: #A9A9A9. Windows color (decimal): -6179951 or 9548705. OLE color: 9548705.

HSL color Cylindrical-coordinate representation of color #A1B391: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1B391 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 145 -
CMYK 0.10 0 0.19 0.30
HSL 91.76º 0.18% 0.64% -
HSV(B) 91.76º 0.19% 0.7% -
XYZ 35.93 41.86 32.97 -
YUV 169.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 161 179 145 0.10 0 0.19 0.30 91.76 0.18 0.64
Hex A1 B3 91 A 0 13 1E 5C 12 40
Octal 241 263 221 12 0 23 36 134 22 100
Binary 10100001 10110011 10010001 1010 0 10011 11110 1011100 10010 1000000

Color Harmonies of #A1B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B391

Black with #A1B391

Text Example


Text Example

White with #A1B391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B391; }

 p { color: rgb(161,179,145); }

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

background-color css

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

 a { background-color: rgb(161,179,145); }

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

border-color css

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

 span { border-color: rgb(161,179,145); }

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