Html Css Color HEX #A1B683 Norway

📋 copy color: '#A1B683'

red 161 ◦ green 182 ◦ blue 131

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

Shades of Norway #A1B683

Tints of Norway #A1B683

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 33.97%
G = 38.4%
B = 27.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#A1B683 (or 0xA1B683) is known color: Norway. HEX triplet: A1, B6 and 83. RGB value is (161,182,131). Sum of RGB (Red+Green+Blue) = 161+182+131=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B683 is #5E497C. Grayscale: #AAAAAA. Windows color (decimal): -6179197 or 8631969. OLE color: 8631969.

HSL color Cylindrical-coordinate representation of color #A1B683: hue angle of 84.71º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1B683 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 131 -
CMYK 0.12 0 0.28 0.29
HSL 84.71º 0.26% 0.61% -
HSV(B) 84.71º 0.28% 0.71% -
XYZ 35.52 42.67 27.84 -
YUV 169.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 161 182 131 0.12 0 0.28 0.29 84.71 0.26 0.61
Hex A1 B6 83 C 0 1C 1D 55 1A 3D
Octal 241 266 203 14 0 34 35 125 32 75
Binary 10100001 10110110 10000011 1100 0 11100 11101 1010101 11010 111101

Color Harmonies of #A1B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B683

Black with #A1B683

Text Example


Text Example

White with #A1B683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B683; }

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

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

background-color css

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

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

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

border-color css

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

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

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