Html Css Color HEX #A1B397 Norway

📋 copy color: '#A1B397'

red 161 ◦ green 179 ◦ blue 151

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

Shades of Norway #A1B397

Tints of Norway #A1B397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 32.79%
G = 36.46%
B = 30.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A1B397 (or 0xA1B397) is known color: Norway. HEX triplet: A1, B3 and 97. RGB value is (161,179,151). Sum of RGB (Red+Green+Blue) = 161+179+151=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B397 is #5E4C68. Grayscale: #AAAAAA. Windows color (decimal): -6179945 or 9941921. OLE color: 9941921.

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

Color convert

RGB 161 179 151 -
CMYK 0.10 0 0.16 0.30
HSL 98.57º 0.16% 0.65% -
HSV(B) 98.57º 0.16% 0.7% -
XYZ 36.4 42.05 35.48 -
YUV 170.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 161 179 151 0.10 0 0.16 0.30 98.57 0.16 0.65
Hex A1 B3 97 A 0 10 1E 63 10 41
Octal 241 263 227 12 0 20 36 143 20 101
Binary 10100001 10110011 10010111 1010 0 10000 11110 1100011 10000 1000001

Color Harmonies of #A1B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B397

Black with #A1B397

Text Example


Text Example

White with #A1B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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