#A7BA92

Color #A7BA92 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A7BA92

Tints of Norway #A7BA92

Color information

#A7BA92 (or 0xA7BA92) is unknown color: approx Norway. HEX triplet: A7, BA and 92. RGB value is (167,186,146). Sum of RGB (Red+Green+Blue) = 167+186+146=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA92 is #58456D. Grayscale: #AFAFAF. Windows color (decimal): -5784942 or 9616039. OLE color: 9616039.

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

Color convert

RGB167186146-
CMYK0.1000.220.27
HSL88.5º22.47%65.1%-
HSV(B)88.5º21.51%72.94%-
XYZ38.6845.4133.92-
YUV175.76111.21121.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=33.47%
G=37.27%
B=29.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861460.1000.220.2788.522.4765.1
HexA7BA92A0161B581641
Octal247272222120263313026101
Binary1010011110111010100100101010010110110111011000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA92; }

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

 H1.HeaderClassName
 {
   color: #A7BA92;
 }
 .AnyTagClassName
 {
   color: #A7BA92;
 }
</style>
background-color css

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

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

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

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

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

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