Html Css Color HEX #A1B986 Norway

📋 copy color: '#A1B986'

red 161 ◦ green 185 ◦ blue 134

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

Shades of Norway #A1B986

Tints of Norway #A1B986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.54%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 33.54%
G = 38.54%
B = 27.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#A1B986 (or 0xA1B986) is known color: Norway. HEX triplet: A1, B9 and 86. RGB value is (161,185,134). Sum of RGB (Red+Green+Blue) = 161+185+134=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B986 is #5E4679. Grayscale: #ACACAC. Windows color (decimal): -6178426 or 8829345. OLE color: 8829345.

HSL color Cylindrical-coordinate representation of color #A1B986: hue angle of 88.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1B986 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 134 -
CMYK 0.13 0 0.28 0.27
HSL 88.24º 0.27% 0.63% -
HSV(B) 88.24º 0.28% 0.73% -
XYZ 36.35 44 29.13 -
YUV 172.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 161 185 134 0.13 0 0.28 0.27 88.24 0.27 0.63
Hex A1 B9 86 D 0 1C 1B 58 1B 3F
Octal 241 271 206 15 0 34 33 130 33 77
Binary 10100001 10111001 10000110 1101 0 11100 11011 1011000 11011 111111

Color Harmonies of #A1B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B986

Black with #A1B986

Text Example


Text Example

White with #A1B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B986; }

 p { color: rgb(161,185,134); }

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

background-color css

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

 a { background-color: rgb(161,185,134); }

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

border-color css

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

 span { border-color: rgb(161,185,134); }

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