Html Css Color HEX #A1B384 Norway

📋 copy color: '#A1B384'

red 161 ◦ green 179 ◦ blue 132

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

Shades of Norway #A1B384

Tints of Norway #A1B384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 34.11%
G = 37.92%
B = 27.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#A1B384 (or 0xA1B384) is known color: Norway. HEX triplet: A1, B3 and 84. RGB value is (161,179,132). Sum of RGB (Red+Green+Blue) = 161+179+132=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B384 is #5E4C7B. Grayscale: #A8A8A8. Windows color (decimal): -6179964 or 8696737. OLE color: 8696737.

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

Color convert

RGB 161 179 132 -
CMYK 0.10 0 0.26 0.30
HSL 82.98º 0.24% 0.61% -
HSV(B) 82.98º 0.26% 0.7% -
XYZ 34.98 41.48 27.99 -
YUV 168.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 161 179 132 0.10 0 0.26 0.30 82.98 0.24 0.61
Hex A1 B3 84 A 0 1A 1E 53 18 3D
Octal 241 263 204 12 0 32 36 123 30 75
Binary 10100001 10110011 10000100 1010 0 11010 11110 1010011 11000 111101

Color Harmonies of #A1B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B384

Black with #A1B384

Text Example


Text Example

White with #A1B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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