#9BA692

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

Shades of Norway #9BA692

Tints of Norway #9BA692

Color information

#9BA692 (or 0x9BA692) is unknown color: approx Norway. HEX triplet: 9B, A6 and 92. RGB value is (155,166,146). Sum of RGB (Red+Green+Blue) = 155+166+146=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA692 is #64596D. Grayscale: #A0A0A0. Windows color (decimal): -6576494 or 9610907. OLE color: 9610907.

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

Color convert

RGB155166146-
CMYK0.0700.120.35
HSL93º10.1%61.18%-
HSV(B)93º12.05%65.1%-
XYZ32.3436.3232.5-
YUV160.43119.86124.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=33.19%
G=35.55%
B=31.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661460.0700.120.359310.161.18
Hex9BA69270C235da3d
Octal2332462227014431351275
Binary1001101110100110100100101110110010001110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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