Html Css Color HEX #A1B595 Norway

📋 copy color: '#A1B595'

red 161 ◦ green 181 ◦ blue 149

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

Shades of Norway #A1B595

Tints of Norway #A1B595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 32.79%
G = 36.86%
B = 30.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A1B595 (or 0xA1B595) is known color: Norway. HEX triplet: A1, B5 and 95. RGB value is (161,181,149). Sum of RGB (Red+Green+Blue) = 161+181+149=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B595 is #5E4A6A. Grayscale: #ABABAB. Windows color (decimal): -6179435 or 9811361. OLE color: 9811361.

HSL color Cylindrical-coordinate representation of color #A1B595: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1B595 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 149 -
CMYK 0.11 0 0.18 0.29
HSL 97.5º 0.18% 0.65% -
HSV(B) 97.5º 0.18% 0.71% -
XYZ 36.65 42.79 34.76 -
YUV 171.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 161 181 149 0.11 0 0.18 0.29 97.5 0.18 0.65
Hex A1 B5 95 B 0 12 1D 62 12 41
Octal 241 265 225 13 0 22 35 142 22 101
Binary 10100001 10110101 10010101 1011 0 10010 11101 1100010 10010 1000001

Color Harmonies of #A1B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B595

Black with #A1B595

Text Example


Text Example

White with #A1B595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B595; }

 p { color: rgb(161,181,149); }

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

background-color css

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

 a { background-color: rgb(161,181,149); }

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

border-color css

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

 span { border-color: rgb(161,181,149); }

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