#9DBE8B

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

Shades of Norway #9DBE8B

Tints of Norway #9DBE8B

Color information

#9DBE8B (or 0x9DBE8B) is unknown color: approx Norway. HEX triplet: 9D, BE and 8B. RGB value is (157,190,139). Sum of RGB (Red+Green+Blue) = 157+190+139=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE8B is #624174. Grayscale: #AEAEAE. Windows color (decimal): -6439285 or 9158301. OLE color: 9158301.

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

Color convert

RGB157190139-
CMYK0.1700.270.25
HSL98.82º28.18%64.51%-
HSV(B)98.82º26.84%74.51%-
XYZ36.9845.8631.33-
YUV174.32108.07115.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=32.30%
G=39.09%
B=28.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901390.1700.270.2598.8228.1864.51
Hex9DBE8B1101B19631c41
Octal235276213210333114334101
Binary10011101101111101000101110001011011110011100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,190,139); }

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

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

 a { background-color: rgb(157,190,139); }

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

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

 span { border-color: rgb(157,190,139); }

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