Html Css Color HEX #A2B98D Norway

📋 copy color: '#A2B98D'

red 162 ◦ green 185 ◦ blue 141

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

Shades of Norway #A2B98D

Tints of Norway #A2B98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 33.2%
G = 37.91%
B = 28.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#A2B98D (or 0xA2B98D) is known color: Norway. HEX triplet: A2, B9 and 8D. RGB value is (162,185,141). Sum of RGB (Red+Green+Blue) = 162+185+141=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B98D is #5D4672. Grayscale: #ADADAD. Windows color (decimal): -6112883 or 9288098. OLE color: 9288098.

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

Color convert

RGB 162 185 141 -
CMYK 0.12 0 0.24 0.27
HSL 91.36º 0.24% 0.64% -
HSV(B) 91.36º 0.24% 0.73% -
XYZ 37.06 44.3 31.8 -
YUV 173.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 162 185 141 0.12 0 0.24 0.27 91.36 0.24 0.64
Hex A2 B9 8D C 0 18 1B 5B 18 40
Octal 242 271 215 14 0 30 33 133 30 100
Binary 10100010 10111001 10001101 1100 0 11000 11011 1011011 11000 1000000

Color Harmonies of #A2B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B98D

Black with #A2B98D

Text Example


Text Example

White with #A2B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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