#9DB48A

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

Shades of Norway #9DB48A

Tints of Norway #9DB48A

Color information

#9DB48A (or 0x9DB48A) is unknown color: approx Norway. HEX triplet: 9D, B4 and 8A. RGB value is (157,180,138). Sum of RGB (Red+Green+Blue) = 157+180+138=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB48A is #624B75. Grayscale: #A8A8A8. Windows color (decimal): -6441846 or 9090205. OLE color: 9090205.

HSL color Cylindrical-coordinate representation of color #9DB48A: hue angle of 92.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB48A is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB157180138-
CMYK0.1300.230.29
HSL92.86º21.88%62.35%-
HSV(B)92.86º23.33%70.59%-
XYZ34.8141.6530.25-
YUV168.34110.88119.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=33.05%
G=37.89%
B=29.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801380.1300.230.2992.8621.8862.35
Hex9DB48AD0171D5d163e
Octal23526421215027351352676
Binary100111011011010010001010110101011111101101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,180,138); }

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

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

 a { background-color: rgb(157,180,138); }

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

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

 span { border-color: rgb(157,180,138); }

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