Html Css Color HEX #A1B491 Norway

📋 copy color: '#A1B491'

red 161 ◦ green 180 ◦ blue 145

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

Shades of Norway #A1B491

Tints of Norway #A1B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

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

R = 33.13%
G = 37.04%
B = 29.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A1B491 (or 0xA1B491) is known color: Norway. HEX triplet: A1, B4 and 91. RGB value is (161,180,145). Sum of RGB (Red+Green+Blue) = 161+180+145=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B491 is #5E4B6E. Grayscale: #AAAAAA. Windows color (decimal): -6179695 or 9548961. OLE color: 9548961.

HSL color Cylindrical-coordinate representation of color #A1B491: hue angle of 92.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1B491 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 145 -
CMYK 0.11 0 0.19 0.29
HSL 92.57º 0.19% 0.64% -
HSV(B) 92.57º 0.19% 0.71% -
XYZ 36.13 42.26 33.04 -
YUV 170.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 161 180 145 0.11 0 0.19 0.29 92.57 0.19 0.64
Hex A1 B4 91 B 0 13 1D 5D 13 40
Octal 241 264 221 13 0 23 35 135 23 100
Binary 10100001 10110100 10010001 1011 0 10011 11101 1011101 10011 1000000

Color Harmonies of #A1B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B491

Black with #A1B491

Text Example


Text Example

White with #A1B491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B491; }

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

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

background-color css

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

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

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

border-color css

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

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

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