Html Css Color HEX #A0B982 Norway

📋 copy color: '#A0B982'

red 160 ◦ green 185 ◦ blue 130

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

Shades of Norway #A0B982

Tints of Norway #A0B982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 33.68%
G = 38.95%
B = 27.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A0B982 (or 0xA0B982) is known color: Norway. HEX triplet: A0, B9 and 82. RGB value is (160,185,130). Sum of RGB (Red+Green+Blue) = 160+185+130=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B982 is #5F467D. Grayscale: #ABABAB. Windows color (decimal): -6243966 or 8567200. OLE color: 8567200.

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

Color convert

RGB 160 185 130 -
CMYK 0.14 0 0.30 0.27
HSL 87.27º 0.28% 0.62% -
HSV(B) 87.27º 0.3% 0.73% -
XYZ 35.88 43.78 27.68 -
YUV 171.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 160 185 130 0.14 0 0.30 0.27 87.27 0.28 0.62
Hex A0 B9 82 E 0 1E 1B 57 1C 3E
Octal 240 271 202 16 0 36 33 127 34 76
Binary 10100000 10111001 10000010 1110 0 11110 11011 1010111 11100 111110

Color Harmonies of #A0B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B982

Black with #A0B982

Text Example


Text Example

White with #A0B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B982; }

 p { color: rgb(160,185,130); }

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

background-color css

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

 a { background-color: rgb(160,185,130); }

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

border-color css

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

 span { border-color: rgb(160,185,130); }

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