Html Css Color HEX #A2B586 Norway

📋 copy color: '#A2B586'

red 162 ◦ green 181 ◦ blue 134

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

Shades of Norway #A2B586

Tints of Norway #A2B586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

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

R = 33.96%
G = 37.95%
B = 28.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A2B586 (or 0xA2B586) is known color: Norway. HEX triplet: A2, B5 and 86. RGB value is (162,181,134). Sum of RGB (Red+Green+Blue) = 162+181+134=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B586 is #5D4A79. Grayscale: #AAAAAA. Windows color (decimal): -6113914 or 8828322. OLE color: 8828322.

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

Color convert

RGB 162 181 134 -
CMYK 0.10 0 0.26 0.29
HSL 84.26º 0.24% 0.62% -
HSV(B) 84.26º 0.26% 0.71% -
XYZ 35.73 42.45 28.86 -
YUV 169.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 162 181 134 0.10 0 0.26 0.29 84.26 0.24 0.62
Hex A2 B5 86 A 0 1A 1D 54 18 3E
Octal 242 265 206 12 0 32 35 124 30 76
Binary 10100010 10110101 10000110 1010 0 11010 11101 1010100 11000 111110

Color Harmonies of #A2B586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B586

Black with #A2B586

Text Example


Text Example

White with #A2B586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B586; }

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

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

background-color css

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

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

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

border-color css

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

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

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