Html Css Color HEX #A0B98D Norway

📋 copy color: '#A0B98D'

red 160 ◦ green 185 ◦ blue 141

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

Shades of Norway #A0B98D

Tints of Norway #A0B98D

RGB

 RED value IS 160 (62.89% from 255) = 32.92%

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

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

R = 32.92%
G = 38.07%
B = 29.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#A0B98D (or 0xA0B98D) is known color: Norway. HEX triplet: A0, B9 and 8D. RGB value is (160,185,141). Sum of RGB (Red+Green+Blue) = 160+185+141=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B98D is #5F4672. Grayscale: #ACACAC. Windows color (decimal): -6243955 or 9288096. OLE color: 9288096.

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

Color convert

RGB 160 185 141 -
CMYK 0.14 0 0.24 0.27
HSL 94.09º 0.24% 0.64% -
HSV(B) 94.09º 0.24% 0.73% -
XYZ 36.65 44.09 31.78 -
YUV 172.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 160 185 141 0.14 0 0.24 0.27 94.09 0.24 0.64
Hex A0 B9 8D E 0 18 1B 5E 18 40
Octal 240 271 215 16 0 30 33 136 30 100
Binary 10100000 10111001 10001101 1110 0 11000 11011 1011110 11000 1000000

Color Harmonies of #A0B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B98D

Black with #A0B98D

Text Example


Text Example

White with #A0B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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