#9BA792

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

Shades of Norway #9BA792

Tints of Norway #9BA792

Color information

#9BA792 (or 0x9BA792) is unknown color: approx Norway. HEX triplet: 9B, A7 and 92. RGB value is (155,167,146). Sum of RGB (Red+Green+Blue) = 155+167+146=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA792 is #64586D. Grayscale: #A1A1A1. Windows color (decimal): -6576238 or 9611163. OLE color: 9611163.

HSL color Cylindrical-coordinate representation of color #9BA792: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BA792 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB155167146-
CMYK0.0700.130.35
HSL94.29º10.66%61.37%-
HSV(B)94.29º12.57%65.49%-
XYZ32.5236.6832.56-
YUV161.02119.52123.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=33.12%
G=35.68%
B=31.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551671460.0700.130.3594.2910.6661.37
Hex9BA79270D235eb3d
Octal2332472227015431361375
Binary1001101110100111100100101110110110001110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA792; }

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

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

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

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

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

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

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

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