Html Css Color HEX #A1B182 Norway

📋 copy color: '#A1B182'

red 161 ◦ green 177 ◦ blue 130

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

Shades of Norway #A1B182

Tints of Norway #A1B182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 34.4%
G = 37.82%
B = 27.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#A1B182 (or 0xA1B182) is known color: Norway. HEX triplet: A1, B1 and 82. RGB value is (161,177,130). Sum of RGB (Red+Green+Blue) = 161+177+130=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B182 is #5E4E7D. Grayscale: #A7A7A7. Windows color (decimal): -6180478 or 8565153. OLE color: 8565153.

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

Color convert

RGB 161 177 130 -
CMYK 0.09 0 0.27 0.31
HSL 80.43º 0.23% 0.6% -
HSV(B) 80.43º 0.27% 0.69% -
XYZ 34.45 40.63 27.15 -
YUV 166.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 161 177 130 0.09 0 0.27 0.31 80.43 0.23 0.6
Hex A1 B1 82 9 0 1B 1F 50 17 3C
Octal 241 261 202 11 0 33 37 120 27 74
Binary 10100001 10110001 10000010 1001 0 11011 11111 1010000 10111 111100

Color Harmonies of #A1B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B182

Black with #A1B182

Text Example


Text Example

White with #A1B182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B182; }

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

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

background-color css

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

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

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

border-color css

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

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

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