Html Css Color HEX #A1B198 Norway

📋 copy color: '#A1B198'

red 161 ◦ green 177 ◦ blue 152

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

Shades of Norway #A1B198

Tints of Norway #A1B198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.12%

 BLUE value IS 152 (59.77% from 255) = 31.02%

R = 32.86%
G = 36.12%
B = 31.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#A1B198 (or 0xA1B198) is known color: Norway. HEX triplet: A1, B1 and 98. RGB value is (161,177,152). Sum of RGB (Red+Green+Blue) = 161+177+152=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B198 is #5E4E67. Grayscale: #A9A9A9. Windows color (decimal): -6180456 or 10006945. OLE color: 10006945.

HSL color Cylindrical-coordinate representation of color #A1B198: hue angle of 98.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B198 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 177 152 -
CMYK 0.09 0 0.14 0.31
HSL 98.4º 0.14% 0.65% -
HSV(B) 98.4º 0.14% 0.69% -
XYZ 36.09 41.29 35.77 -
YUV 169.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 161 177 152 0.09 0 0.14 0.31 98.4 0.14 0.65
Hex A1 B1 98 9 0 E 1F 62 E 41
Octal 241 261 230 11 0 16 37 142 16 101
Binary 10100001 10110001 10011000 1001 0 1110 11111 1100010 1110 1000001

Color Harmonies of #A1B198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B198

Black with #A1B198

Text Example


Text Example

White with #A1B198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B198; }

 p { color: rgb(161,177,152); }

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

background-color css

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

 a { background-color: rgb(161,177,152); }

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

border-color css

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

 span { border-color: rgb(161,177,152); }

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