Html Css Color HEX #A2B597 Norway

📋 copy color: '#A2B597'

red 162 ◦ green 181 ◦ blue 151

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

Shades of Norway #A2B597

Tints of Norway #A2B597

RGB

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

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

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

R = 32.79%
G = 36.64%
B = 30.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#A2B597 (or 0xA2B597) is known color: Norway. HEX triplet: A2, B5 and 97. RGB value is (162,181,151). Sum of RGB (Red+Green+Blue) = 162+181+151=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B597 is #5D4A68. Grayscale: #ACACAC. Windows color (decimal): -6113897 or 9942434. OLE color: 9942434.

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

Color convert

RGB 162 181 151 -
CMYK 0.10 0 0.17 0.29
HSL 98º 0.17% 0.65% -
HSV(B) 98º 0.17% 0.71% -
XYZ 37.01 42.96 35.62 -
YUV 171.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 162 181 151 0.10 0 0.17 0.29 98 0.17 0.65
Hex A2 B5 97 A 0 11 1D 62 11 41
Octal 242 265 227 12 0 21 35 142 21 101
Binary 10100010 10110101 10010111 1010 0 10001 11101 1100010 10001 1000001

Color Harmonies of #A2B597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B597

Black with #A2B597

Text Example


Text Example

White with #A2B597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B597; }

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

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

background-color css

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

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

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

border-color css

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

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

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