Html Css Color HEX #A0B491 Norway

📋 copy color: '#A0B491'

red 160 ◦ green 180 ◦ blue 145

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

Shades of Norway #A0B491

Tints of Norway #A0B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 32.99%
G = 37.11%
B = 29.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A0B491 (or 0xA0B491) is known color: Norway. HEX triplet: A0, B4 and 91. RGB value is (160,180,145). Sum of RGB (Red+Green+Blue) = 160+180+145=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B491 is #5F4B6E. Grayscale: #AAAAAA. Windows color (decimal): -6245231 or 9548960. OLE color: 9548960.

HSL color Cylindrical-coordinate representation of color #A0B491: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0B491 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 145 -
CMYK 0.11 0 0.19 0.29
HSL 94.29º 0.19% 0.64% -
HSV(B) 94.29º 0.19% 0.71% -
XYZ 35.93 42.16 33.03 -
YUV 170.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 160 180 145 0.11 0 0.19 0.29 94.29 0.19 0.64
Hex A0 B4 91 B 0 13 1D 5E 13 40
Octal 240 264 221 13 0 23 35 136 23 100
Binary 10100000 10110100 10010001 1011 0 10011 11101 1011110 10011 1000000

Color Harmonies of #A0B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B491

Black with #A0B491

Text Example


Text Example

White with #A0B491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B491; }

 p { color: rgb(160,180,145); }

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

background-color css

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

 a { background-color: rgb(160,180,145); }

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

border-color css

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

 span { border-color: rgb(160,180,145); }

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