Html Css Color HEX #A7B396 Norway

📋 copy color: '#A7B396'

red 167 ◦ green 179 ◦ blue 150

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

Shades of Norway #A7B396

Tints of Norway #A7B396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.09%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 33.67%
G = 36.09%
B = 30.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A7B396 (or 0xA7B396) is known color: Norway. HEX triplet: A7, B3 and 96. RGB value is (167,179,150). Sum of RGB (Red+Green+Blue) = 167+179+150=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B396 is #584C69. Grayscale: #ACACAC. Windows color (decimal): -5786730 or 9876391. OLE color: 9876391.

HSL color Cylindrical-coordinate representation of color #A7B396: hue angle of 84.83º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7B396 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 150 -
CMYK 0.07 0 0.16 0.30
HSL 84.83º 0.16% 0.65% -
HSV(B) 84.83º 0.16% 0.7% -
XYZ 37.56 42.66 35.11 -
YUV 172.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 167 179 150 0.07 0 0.16 0.30 84.83 0.16 0.65
Hex A7 B3 96 7 0 10 1E 55 10 41
Octal 247 263 226 7 0 20 36 125 20 101
Binary 10100111 10110011 10010110 111 0 10000 11110 1010101 10000 1000001

Color Harmonies of #A7B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B396

Black with #A7B396

Text Example


Text Example

White with #A7B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B396; }

 p { color: rgb(167,179,150); }

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

background-color css

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

 a { background-color: rgb(167,179,150); }

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

border-color css

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

 span { border-color: rgb(167,179,150); }

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