Html Css Color HEX #A0B490 Norway

📋 copy color: '#A0B490'

red 160 ◦ green 180 ◦ blue 144

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

Shades of Norway #A0B490

Tints of Norway #A0B490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 33.06%
G = 37.19%
B = 29.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#A0B490 (or 0xA0B490) is known color: Norway. HEX triplet: A0, B4 and 90. RGB value is (160,180,144). Sum of RGB (Red+Green+Blue) = 160+180+144=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B490 is #5F4B6F. Grayscale: #AAAAAA. Windows color (decimal): -6245232 or 9483424. OLE color: 9483424.

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

Color convert

RGB 160 180 144 -
CMYK 0.11 0 0.2 0.29
HSL 93.33º 0.19% 0.64% -
HSV(B) 93.33º 0.2% 0.71% -
XYZ 35.85 42.13 32.63 -
YUV 169.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 160 180 144 0.11 0 0.2 0.29 93.33 0.19 0.64
Hex A0 B4 90 B 0 14 1D 5D 13 40
Octal 240 264 220 13 0 24 35 135 23 100
Binary 10100000 10110100 10010000 1011 0 10100 11101 1011101 10011 1000000

Color Harmonies of #A0B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B490

Black with #A0B490

Text Example


Text Example

White with #A0B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B490; }

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

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

background-color css

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

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

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

border-color css

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

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

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