Html Css Color HEX #A0B393 Norway

📋 copy color: '#A0B393'

red 160 ◦ green 179 ◦ blue 147

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

Shades of Norway #A0B393

Tints of Norway #A0B393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

 BLUE value IS 147 (57.81% from 255) = 30.25%

R = 32.92%
G = 36.83%
B = 30.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#A0B393 (or 0xA0B393) is known color: Norway. HEX triplet: A0, B3 and 93. RGB value is (160,179,147). Sum of RGB (Red+Green+Blue) = 160+179+147=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B393 is #5F4C6C. Grayscale: #A9A9A9. Windows color (decimal): -6245485 or 9679776. OLE color: 9679776.

HSL color Cylindrical-coordinate representation of color #A0B393: hue angle of 95.62º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B393 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 147 -
CMYK 0.11 0 0.18 0.30
HSL 95.63º 0.17% 0.64% -
HSV(B) 95.63º 0.18% 0.7% -
XYZ 35.88 41.82 33.78 -
YUV 169.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 160 179 147 0.11 0 0.18 0.30 95.63 0.17 0.64
Hex A0 B3 93 B 0 12 1E 60 11 40
Octal 240 263 223 13 0 22 36 140 21 100
Binary 10100000 10110011 10010011 1011 0 10010 11110 1100000 10001 1000000

Color Harmonies of #A0B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B393

Black with #A0B393

Text Example


Text Example

White with #A0B393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B393; }

 p { color: rgb(160,179,147); }

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

background-color css

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

 a { background-color: rgb(160,179,147); }

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

border-color css

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

 span { border-color: rgb(160,179,147); }

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