Html Css Color HEX #A2B493 Norway

📋 copy color: '#A2B493'

red 162 ◦ green 180 ◦ blue 147

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

Shades of Norway #A2B493

Tints of Norway #A2B493

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

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

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

R = 33.13%
G = 36.81%
B = 30.06%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A2B493 (or 0xA2B493) is known color: Norway. HEX triplet: A2, B4 and 93. RGB value is (162,180,147). Sum of RGB (Red+Green+Blue) = 162+180+147=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B493 is #5D4B6C. Grayscale: #AAAAAA. Windows color (decimal): -6114157 or 9680034. OLE color: 9680034.

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

Color convert

RGB 162 180 147 -
CMYK 0.1 0 0.18 0.29
HSL 92.73º 0.18% 0.64% -
HSV(B) 92.73º 0.18% 0.71% -
XYZ 36.49 42.43 33.87 -
YUV 170.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 162 180 147 0.1 0 0.18 0.29 92.73 0.18 0.64
Hex A2 B4 93 A 0 12 1D 5D 12 40
Octal 242 264 223 12 0 22 35 135 22 100
Binary 10100010 10110100 10010011 1010 0 10010 11101 1011101 10010 1000000

Color Harmonies of #A2B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B493

Black with #A2B493

Text Example


Text Example

White with #A2B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B493; }

 p { color: rgb(162,180,147); }

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

background-color css

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

 a { background-color: rgb(162,180,147); }

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

border-color css

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

 span { border-color: rgb(162,180,147); }

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