Html Css Color HEX #A2B98C Norway

📋 copy color: '#A2B98C'

red 162 ◦ green 185 ◦ blue 140

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

Shades of Norway #A2B98C

Tints of Norway #A2B98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 33.26%
G = 37.99%
B = 28.75%

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

#A2B98C (or 0xA2B98C) is known color: Norway. HEX triplet: A2, B9 and 8C. RGB value is (162,185,140). Sum of RGB (Red+Green+Blue) = 162+185+140=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B98C is #5D4673. Grayscale: #ADADAD. Windows color (decimal): -6112884 or 9222562. OLE color: 9222562.

HSL color Cylindrical-coordinate representation of color #A2B98C: hue angle of 90.67º 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 #A2B98C is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 140 -
CMYK 0.12 0 0.24 0.27
HSL 90.67º 0.24% 0.64% -
HSV(B) 90.67º 0.24% 0.73% -
XYZ 36.98 44.27 31.41 -
YUV 172.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 162 185 140 0.12 0 0.24 0.27 90.67 0.24 0.64
Hex A2 B9 8C C 0 18 1B 5B 18 40
Octal 242 271 214 14 0 30 33 133 30 100
Binary 10100010 10111001 10001100 1100 0 11000 11011 1011011 11000 1000000

Color Harmonies of #A2B98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B98C

Black with #A2B98C

Text Example


Text Example

White with #A2B98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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