Html Css Color HEX #A7BA96 Norway

📋 copy color: '#A7BA96'

red 167 ◦ green 186 ◦ blue 150

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

Shades of Norway #A7BA96

Tints of Norway #A7BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

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

R = 33.2%
G = 36.98%
B = 29.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A7BA96 (or 0xA7BA96) is known color: Norway. HEX triplet: A7, BA and 96. RGB value is (167,186,150). Sum of RGB (Red+Green+Blue) = 167+186+150=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA96 is #584569. Grayscale: #B0B0B0. Windows color (decimal): -5784938 or 9878183. OLE color: 9878183.

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

Color convert

RGB 167 186 150 -
CMYK 0.10 0 0.19 0.27
HSL 91.67º 0.21% 0.66% -
HSV(B) 91.67º 0.19% 0.73% -
XYZ 39 45.54 35.59 -
YUV 176.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 167 186 150 0.10 0 0.19 0.27 91.67 0.21 0.66
Hex A7 BA 96 A 0 13 1B 5C 15 42
Octal 247 272 226 12 0 23 33 134 25 102
Binary 10100111 10111010 10010110 1010 0 10011 11011 1011100 10101 1000010

Color Harmonies of #A7BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA96

Black with #A7BA96

Text Example


Text Example

White with #A7BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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