Html Css Color HEX #9DB790 Norway

📋 copy color: '#9DB790'

red 157 ◦ green 183 ◦ blue 144

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

Shades of Norway #9DB790

Tints of Norway #9DB790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 32.44%
G = 37.81%
B = 29.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#9DB790 (or 0x9DB790) is known color: Norway. HEX triplet: 9D, B7 and 90. RGB value is (157,183,144). Sum of RGB (Red+Green+Blue) = 157+183+144=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB790 is #62486F. Grayscale: #AAAAAA. Windows color (decimal): -6441072 or 9484189. OLE color: 9484189.

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

Color convert

RGB 157 183 144 -
CMYK 0.14 0 0.21 0.28
HSL 100º 0.21% 0.64% -
HSV(B) 100º 0.21% 0.72% -
XYZ 35.87 43.05 32.8 -
YUV 170.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 157 183 144 0.14 0 0.21 0.28 100 0.21 0.64
Hex 9D B7 90 E 0 15 1C 64 15 40
Octal 235 267 220 16 0 25 34 144 25 100
Binary 10011101 10110111 10010000 1110 0 10101 11100 1100100 10101 1000000

Color Harmonies of #9DB790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB790

Black with #9DB790

Text Example


Text Example

White with #9DB790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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