Html Css Color HEX #A0B586 Norway

📋 copy color: '#A0B586'

red 160 ◦ green 181 ◦ blue 134

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

Shades of Norway #A0B586

Tints of Norway #A0B586

RGB

 RED value IS 160 (62.89% from 255) = 33.68%

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

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

R = 33.68%
G = 38.11%
B = 28.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A0B586 (or 0xA0B586) is known color: Norway. HEX triplet: A0, B5 and 86. RGB value is (160,181,134). Sum of RGB (Red+Green+Blue) = 160+181+134=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B586 is #5F4A79. Grayscale: #A9A9A9. Windows color (decimal): -6244986 or 8828320. OLE color: 8828320.

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

Color convert

RGB 160 181 134 -
CMYK 0.12 0 0.26 0.29
HSL 86.81º 0.24% 0.62% -
HSV(B) 86.81º 0.26% 0.71% -
XYZ 35.32 42.24 28.85 -
YUV 169.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 160 181 134 0.12 0 0.26 0.29 86.81 0.24 0.62
Hex A0 B5 86 C 0 1A 1D 57 18 3E
Octal 240 265 206 14 0 32 35 127 30 76
Binary 10100000 10110101 10000110 1100 0 11010 11101 1010111 11000 111110

Color Harmonies of #A0B586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B586

Black with #A0B586

Text Example


Text Example

White with #A0B586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B586; }

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

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

background-color css

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

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

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

border-color css

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

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

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