Html Css Color HEX #A1B183 Norway

📋 copy color: '#A1B183'

red 161 ◦ green 177 ◦ blue 131

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

Shades of Norway #A1B183

Tints of Norway #A1B183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 34.33%
G = 37.74%
B = 27.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#A1B183 (or 0xA1B183) is known color: Norway. HEX triplet: A1, B1 and 83. RGB value is (161,177,131). Sum of RGB (Red+Green+Blue) = 161+177+131=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B183 is #5E4E7C. Grayscale: #A7A7A7. Windows color (decimal): -6180477 or 8630689. OLE color: 8630689.

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

Color convert

RGB 161 177 131 -
CMYK 0.09 0 0.26 0.31
HSL 80.87º 0.23% 0.6% -
HSV(B) 80.87º 0.26% 0.69% -
XYZ 34.52 40.66 27.5 -
YUV 166.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 161 177 131 0.09 0 0.26 0.31 80.87 0.23 0.6
Hex A1 B1 83 9 0 1A 1F 51 17 3C
Octal 241 261 203 11 0 32 37 121 27 74
Binary 10100001 10110001 10000011 1001 0 11010 11111 1010001 10111 111100

Color Harmonies of #A1B183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B183

Black with #A1B183

Text Example


Text Example

White with #A1B183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B183; }

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

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

background-color css

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

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

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

border-color css

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

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

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