Html Css Color HEX #A7BA8A Norway

📋 copy color: '#A7BA8A'

red 167 ◦ green 186 ◦ blue 138

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

Shades of Norway #A7BA8A

Tints of Norway #A7BA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 34.01%
G = 37.88%
B = 28.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A7BA8A (or 0xA7BA8A) is known color: Norway. HEX triplet: A7, BA and 8A. RGB value is (167,186,138). Sum of RGB (Red+Green+Blue) = 167+186+138=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA8A is #584575. Grayscale: #AFAFAF. Windows color (decimal): -5784950 or 9091751. OLE color: 9091751.

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

Color convert

RGB 167 186 138 -
CMYK 0.10 0 0.26 0.27
HSL 83.75º 0.26% 0.64% -
HSV(B) 83.75º 0.26% 0.73% -
XYZ 38.08 45.17 30.76 -
YUV 174.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 167 186 138 0.10 0 0.26 0.27 83.75 0.26 0.64
Hex A7 BA 8A A 0 1A 1B 54 1A 40
Octal 247 272 212 12 0 32 33 124 32 100
Binary 10100111 10111010 10001010 1010 0 11010 11011 1010100 11010 1000000

Color Harmonies of #A7BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA8A

Black with #A7BA8A

Text Example


Text Example

White with #A7BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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