Html Css Color HEX #A2B593 Norway

📋 copy color: '#A2B593'

red 162 ◦ green 181 ◦ blue 147

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

Shades of Norway #A2B593

Tints of Norway #A2B593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

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

R = 33.06%
G = 36.94%
B = 30%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A2B593 (or 0xA2B593) is known color: Norway. HEX triplet: A2, B5 and 93. RGB value is (162,181,147). Sum of RGB (Red+Green+Blue) = 162+181+147=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B593 is #5D4A6C. Grayscale: #ABABAB. Windows color (decimal): -6113901 or 9680290. OLE color: 9680290.

HSL color Cylindrical-coordinate representation of color #A2B593: hue angle of 93.53º 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 #A2B593 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 147 -
CMYK 0.10 0 0.19 0.29
HSL 93.53º 0.19% 0.64% -
HSV(B) 93.53º 0.19% 0.71% -
XYZ 36.69 42.84 33.94 -
YUV 171.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 162 181 147 0.10 0 0.19 0.29 93.53 0.19 0.64
Hex A2 B5 93 A 0 13 1D 5E 13 40
Octal 242 265 223 12 0 23 35 136 23 100
Binary 10100010 10110101 10010011 1010 0 10011 11101 1011110 10011 1000000

Color Harmonies of #A2B593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B593

Black with #A2B593

Text Example


Text Example

White with #A2B593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B593; }

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

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

background-color css

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

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

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

border-color css

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

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

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