Html Css Color HEX #A7B98E Norway

📋 copy color: '#A7B98E'

red 167 ◦ green 185 ◦ blue 142

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

Shades of Norway #A7B98E

Tints of Norway #A7B98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 33.81%
G = 37.45%
B = 28.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A7B98E (or 0xA7B98E) is known color: Norway. HEX triplet: A7, B9 and 8E. RGB value is (167,185,142). Sum of RGB (Red+Green+Blue) = 167+185+142=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B98E is #584671. Grayscale: #AEAEAE. Windows color (decimal): -5785202 or 9353639. OLE color: 9353639.

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

Color convert

RGB 167 185 142 -
CMYK 0.10 0 0.23 0.27
HSL 85.12º 0.23% 0.64% -
HSV(B) 85.12º 0.23% 0.73% -
XYZ 38.17 44.87 32.24 -
YUV 174.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 167 185 142 0.10 0 0.23 0.27 85.12 0.23 0.64
Hex A7 B9 8E A 0 17 1B 55 17 40
Octal 247 271 216 12 0 27 33 125 27 100
Binary 10100111 10111001 10001110 1010 0 10111 11011 1010101 10111 1000000

Color Harmonies of #A7B98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B98E

Black with #A7B98E

Text Example


Text Example

White with #A7B98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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