Html Css Color HEX #A2B986 Norway

📋 copy color: '#A2B986'

red 162 ◦ green 185 ◦ blue 134

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

Shades of Norway #A2B986

Tints of Norway #A2B986

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

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

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

R = 33.68%
G = 38.46%
B = 27.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#A2B986 (or 0xA2B986) is known color: Norway. HEX triplet: A2, B9 and 86. RGB value is (162,185,134). Sum of RGB (Red+Green+Blue) = 162+185+134=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B986 is #5D4679. Grayscale: #ACACAC. Windows color (decimal): -6112890 or 8829346. OLE color: 8829346.

HSL color Cylindrical-coordinate representation of color #A2B986: hue angle of 87.06º 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 #A2B986 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 134 -
CMYK 0.12 0 0.28 0.27
HSL 87.06º 0.27% 0.63% -
HSV(B) 87.06º 0.28% 0.73% -
XYZ 36.55 44.1 29.14 -
YUV 172.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 162 185 134 0.12 0 0.28 0.27 87.06 0.27 0.63
Hex A2 B9 86 C 0 1C 1B 57 1B 3F
Octal 242 271 206 14 0 34 33 127 33 77
Binary 10100010 10111001 10000110 1100 0 11100 11011 1010111 11011 111111

Color Harmonies of #A2B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B986

Black with #A2B986

Text Example


Text Example

White with #A2B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B986; }

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

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

background-color css

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

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

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

border-color css

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

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

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