Html Css Color HEX #A1B791 Norway

📋 copy color: '#A1B791'

red 161 ◦ green 183 ◦ blue 145

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

Shades of Norway #A1B791

Tints of Norway #A1B791

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 32.92%
G = 37.42%
B = 29.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A1B791 (or 0xA1B791) is known color: Norway. HEX triplet: A1, B7 and 91. RGB value is (161,183,145). Sum of RGB (Red+Green+Blue) = 161+183+145=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B791 is #5E486E. Grayscale: #ACACAC. Windows color (decimal): -6178927 or 9549729. OLE color: 9549729.

HSL color Cylindrical-coordinate representation of color #A1B791: hue angle of 94.74º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1B791 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 145 -
CMYK 0.12 0 0.21 0.28
HSL 94.74º 0.21% 0.64% -
HSV(B) 94.74º 0.21% 0.72% -
XYZ 36.74 43.49 33.25 -
YUV 172.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 161 183 145 0.12 0 0.21 0.28 94.74 0.21 0.64
Hex A1 B7 91 C 0 15 1C 5F 15 40
Octal 241 267 221 14 0 25 34 137 25 100
Binary 10100001 10110111 10010001 1100 0 10101 11100 1011111 10101 1000000

Color Harmonies of #A1B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B791

Black with #A1B791

Text Example


Text Example

White with #A1B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B791; }

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

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

background-color css

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

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

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

border-color css

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

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

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