Html Css Color HEX #9DB78C Norway

📋 copy color: '#9DB78C'

red 157 ◦ green 183 ◦ blue 140

#9DB78C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9DB78C

Tints of Norway #9DB78C

RGB

 RED value IS 157 (61.72% from 255) = 32.71%

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 32.71%
G = 38.13%
B = 29.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#9DB78C (or 0x9DB78C) is known color: Norway. HEX triplet: 9D, B7 and 8C. RGB value is (157,183,140). Sum of RGB (Red+Green+Blue) = 157+183+140=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB78C is #624873. Grayscale: #AAAAAA. Windows color (decimal): -6441076 or 9222045. OLE color: 9222045.

HSL color Cylindrical-coordinate representation of color #9DB78C: hue angle of 96.28º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB78C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 140 -
CMYK 0.14 0 0.23 0.28
HSL 96.28º 0.23% 0.63% -
HSV(B) 96.28º 0.23% 0.72% -
XYZ 35.57 42.93 31.22 -
YUV 170.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 157 183 140 0.14 0 0.23 0.28 96.28 0.23 0.63
Hex 9D B7 8C E 0 17 1C 60 17 3F
Octal 235 267 214 16 0 27 34 140 27 77
Binary 10011101 10110111 10001100 1110 0 10111 11100 1100000 10111 111111

Color Harmonies of #9DB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB78C

Black with #9DB78C

Text Example


Text Example

White with #9DB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB78C;
 }
 .AnyTagClassName
 {
   color: #9DB78C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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