#A7B99B

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

Shades of Norway #A7B99B

Tints of Norway #A7B99B

Color information

#A7B99B (or 0xA7B99B) is unknown color: approx Norway. HEX triplet: A7, B9 and 9B. RGB value is (167,185,155). Sum of RGB (Red+Green+Blue) = 167+185+155=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B99B is #584664. Grayscale: #B0B0B0. Windows color (decimal): -5785189 or 10205607. OLE color: 10205607.

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

Color convert

RGB167185155-
CMYK0.1000.160.27
HSL96º17.65%66.67%-
HSV(B)96º16.22%72.55%-
XYZ39.245.2837.68-
YUV176.2116.04121.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=32.94%
G=36.49%
B=30.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851550.1000.160.279617.6566.67
HexA7B99BA0101B601243
Octal247271233120203314022103
Binary1010011110111001100110111010010000110111100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B99B; }

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

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

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

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

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

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

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

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