#9DBD8C

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

Shades of Norway #9DBD8C

Tints of Norway #9DBD8C

Color information

#9DBD8C (or 0x9DBD8C) is unknown color: approx Norway. HEX triplet: 9D, BD and 8C. RGB value is (157,189,140). Sum of RGB (Red+Green+Blue) = 157+189+140=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD8C is #624273. Grayscale: #AEAEAE. Windows color (decimal): -6439540 or 9223581. OLE color: 9223581.

HSL color Cylindrical-coordinate representation of color #9DBD8C: hue angle of 99.18º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBD8C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB157189140-
CMYK0.1700.260.26
HSL99.18º27.07%64.51%-
HSV(B)99.18º25.93%74.12%-
XYZ36.8445.4631.64-
YUV173.85108.9115.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=32.30%
G=38.89%
B=28.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891400.1700.260.2699.1827.0764.51
Hex9DBD8C1101A1A631b41
Octal235275214210323214333101
Binary10011101101111011000110010001011010110101100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,140); }

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

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

 a { background-color: rgb(157,189,140); }

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

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

 span { border-color: rgb(157,189,140); }

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