Html Css Color HEX #A1B382 Norway

📋 copy color: '#A1B382'

red 161 ◦ green 179 ◦ blue 130

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

Shades of Norway #A1B382

Tints of Norway #A1B382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

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

R = 34.26%
G = 38.09%
B = 27.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#A1B382 (or 0xA1B382) is known color: Norway. HEX triplet: A1, B3 and 82. RGB value is (161,179,130). Sum of RGB (Red+Green+Blue) = 161+179+130=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B382 is #5E4C7D. Grayscale: #A8A8A8. Windows color (decimal): -6179966 or 8565665. OLE color: 8565665.

HSL color Cylindrical-coordinate representation of color #A1B382: hue angle of 82.04º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B382 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 130 -
CMYK 0.10 0 0.27 0.30
HSL 82.04º 0.24% 0.61% -
HSV(B) 82.04º 0.27% 0.7% -
XYZ 34.85 41.43 27.28 -
YUV 168.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 161 179 130 0.10 0 0.27 0.30 82.04 0.24 0.61
Hex A1 B3 82 A 0 1B 1E 52 18 3D
Octal 241 263 202 12 0 33 36 122 30 75
Binary 10100001 10110011 10000010 1010 0 11011 11110 1010010 11000 111101

Color Harmonies of #A1B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B382

Black with #A1B382

Text Example


Text Example

White with #A1B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B382; }

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

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

background-color css

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

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

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

border-color css

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

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

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