Html Css Color HEX #A1B194 Norway

📋 copy color: '#A1B194'

red 161 ◦ green 177 ◦ blue 148

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

Shades of Norway #A1B194

Tints of Norway #A1B194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 33.13%
G = 36.42%
B = 30.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#A1B194 (or 0xA1B194) is known color: Norway. HEX triplet: A1, B1 and 94. RGB value is (161,177,148). Sum of RGB (Red+Green+Blue) = 161+177+148=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B194 is #5E4E6B. Grayscale: #A9A9A9. Windows color (decimal): -6180460 or 9744801. OLE color: 9744801.

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

Color convert

RGB 161 177 148 -
CMYK 0.09 0 0.16 0.31
HSL 93.1º 0.16% 0.64% -
HSV(B) 93.1º 0.16% 0.69% -
XYZ 35.77 41.16 34.08 -
YUV 168.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 161 177 148 0.09 0 0.16 0.31 93.1 0.16 0.64
Hex A1 B1 94 9 0 10 1F 5D 10 40
Octal 241 261 224 11 0 20 37 135 20 100
Binary 10100001 10110001 10010100 1001 0 10000 11111 1011101 10000 1000000

Color Harmonies of #A1B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B194

Black with #A1B194

Text Example


Text Example

White with #A1B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B194; }

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

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

background-color css

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

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

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

border-color css

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

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

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