Html Css Color HEX #A7B98D Norway

📋 copy color: '#A7B98D'

red 167 ◦ green 185 ◦ blue 141

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

Shades of Norway #A7B98D

Tints of Norway #A7B98D

RGB

 RED value IS 167 (65.63% from 255) = 33.87%

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

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

R = 33.87%
G = 37.53%
B = 28.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#A7B98D (or 0xA7B98D) is known color: Norway. HEX triplet: A7, B9 and 8D. RGB value is (167,185,141). Sum of RGB (Red+Green+Blue) = 167+185+141=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B98D is #584672. Grayscale: #AEAEAE. Windows color (decimal): -5785203 or 9288103. OLE color: 9288103.

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

Color convert

RGB 167 185 141 -
CMYK 0.10 0 0.24 0.27
HSL 84.55º 0.24% 0.64% -
HSV(B) 84.55º 0.24% 0.73% -
XYZ 38.09 44.84 31.85 -
YUV 174.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 167 185 141 0.10 0 0.24 0.27 84.55 0.24 0.64
Hex A7 B9 8D A 0 18 1B 55 18 40
Octal 247 271 215 12 0 30 33 125 30 100
Binary 10100111 10111001 10001101 1010 0 11000 11011 1010101 11000 1000000

Color Harmonies of #A7B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B98D

Black with #A7B98D

Text Example


Text Example

White with #A7B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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