Html Css Color HEX #A2B397 Norway

📋 copy color: '#A2B397'

red 162 ◦ green 179 ◦ blue 151

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

Shades of Norway #A2B397

Tints of Norway #A2B397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 32.93%
G = 36.38%
B = 30.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A2B397 (or 0xA2B397) is known color: Norway. HEX triplet: A2, B3 and 97. RGB value is (162,179,151). Sum of RGB (Red+Green+Blue) = 162+179+151=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B397 is #5D4C68. Grayscale: #AAAAAA. Windows color (decimal): -6114409 or 9941922. OLE color: 9941922.

HSL color Cylindrical-coordinate representation of color #A2B397: hue angle of 96.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2B397 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 151 -
CMYK 0.09 0 0.16 0.30
HSL 96.43º 0.16% 0.65% -
HSV(B) 96.43º 0.16% 0.7% -
XYZ 36.61 42.16 35.49 -
YUV 170.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 162 179 151 0.09 0 0.16 0.30 96.43 0.16 0.65
Hex A2 B3 97 9 0 10 1E 60 10 41
Octal 242 263 227 11 0 20 36 140 20 101
Binary 10100010 10110011 10010111 1001 0 10000 11110 1100000 10000 1000001

Color Harmonies of #A2B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B397

Black with #A2B397

Text Example


Text Example

White with #A2B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B397; }

 p { color: rgb(162,179,151); }

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

background-color css

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

 a { background-color: rgb(162,179,151); }

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

border-color css

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

 span { border-color: rgb(162,179,151); }

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