#9DB092

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

Shades of Norway #9DB092

Tints of Norway #9DB092

Color information

#9DB092 (or 0x9DB092) is unknown color: approx Norway. HEX triplet: 9D, B0 and 92. RGB value is (157,176,146). Sum of RGB (Red+Green+Blue) = 157+176+146=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB092 is #624F6D. Grayscale: #A7A7A7. Windows color (decimal): -6442862 or 9613469. OLE color: 9613469.

HSL color Cylindrical-coordinate representation of color #9DB092: hue angle of 98º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB092 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB157176146-
CMYK0.1100.170.31
HSL98º15.96%63.14%-
HSV(B)98º17.05%69.02%-
XYZ34.6240.2933.15-
YUV166.9116.21120.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=32.78%
G=36.74%
B=30.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571761460.1100.170.319815.9663.14
Hex9DB092B0111F62103f
Octal23526022213021371422077
Binary100111011011000010010010101101000111111110001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,176,146); }

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

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

 a { background-color: rgb(157,176,146); }

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

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

 span { border-color: rgb(157,176,146); }

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