Html Css Color HEX #A2B98A Norway

📋 copy color: '#A2B98A'

red 162 ◦ green 185 ◦ blue 138

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

Shades of Norway #A2B98A

Tints of Norway #A2B98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 33.4%
G = 38.14%
B = 28.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#A2B98A (or 0xA2B98A) is known color: Norway. HEX triplet: A2, B9 and 8A. RGB value is (162,185,138). Sum of RGB (Red+Green+Blue) = 162+185+138=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B98A is #5D4675. Grayscale: #ACACAC. Windows color (decimal): -6112886 or 9091490. OLE color: 9091490.

HSL color Cylindrical-coordinate representation of color #A2B98A: hue angle of 89.36º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2B98A is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 138 -
CMYK 0.12 0 0.25 0.27
HSL 89.36º 0.25% 0.63% -
HSV(B) 89.36º 0.25% 0.73% -
XYZ 36.84 44.21 30.64 -
YUV 172.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 162 185 138 0.12 0 0.25 0.27 89.36 0.25 0.63
Hex A2 B9 8A C 0 19 1B 59 19 3F
Octal 242 271 212 14 0 31 33 131 31 77
Binary 10100010 10111001 10001010 1100 0 11001 11011 1011001 11001 111111

Color Harmonies of #A2B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B98A

Black with #A2B98A

Text Example


Text Example

White with #A2B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B98A; }

 p { color: rgb(162,185,138); }

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

background-color css

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

 a { background-color: rgb(162,185,138); }

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

border-color css

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

 span { border-color: rgb(162,185,138); }

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