Html Css Color HEX #A1B190 Norway

📋 copy color: '#A1B190'

red 161 ◦ green 177 ◦ blue 144

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

Shades of Norway #A1B190

Tints of Norway #A1B190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 33.4%
G = 36.72%
B = 29.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#A1B190 (or 0xA1B190) is known color: Norway. HEX triplet: A1, B1 and 90. RGB value is (161,177,144). Sum of RGB (Red+Green+Blue) = 161+177+144=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B190 is #5E4E6F. Grayscale: #A8A8A8. Windows color (decimal): -6180464 or 9482657. OLE color: 9482657.

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

Color convert

RGB 161 177 144 -
CMYK 0.09 0 0.19 0.31
HSL 89.09º 0.17% 0.63% -
HSV(B) 89.09º 0.19% 0.69% -
XYZ 35.45 41.03 32.44 -
YUV 168.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 161 177 144 0.09 0 0.19 0.31 89.09 0.17 0.63
Hex A1 B1 90 9 0 13 1F 59 11 3F
Octal 241 261 220 11 0 23 37 131 21 77
Binary 10100001 10110001 10010000 1001 0 10011 11111 1011001 10001 111111

Color Harmonies of #A1B190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B190

Black with #A1B190

Text Example


Text Example

White with #A1B190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B190; }

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

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

background-color css

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

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

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

border-color css

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

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

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