Html Css Color HEX #9DB392 Norway

📋 copy color: '#9DB392'

red 157 ◦ green 179 ◦ blue 146

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

Shades of Norway #9DB392

Tints of Norway #9DB392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 32.57%
G = 37.14%
B = 30.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#9DB392 (or 0x9DB392) is known color: Norway. HEX triplet: 9D, B3 and 92. RGB value is (157,179,146). Sum of RGB (Red+Green+Blue) = 157+179+146=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB392 is #624C6D. Grayscale: #A8A8A8. Windows color (decimal): -6442094 or 9614237. OLE color: 9614237.

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

Color convert

RGB 157 179 146 -
CMYK 0.12 0 0.18 0.30
HSL 100º 0.18% 0.64% -
HSV(B) 100º 0.18% 0.7% -
XYZ 35.21 41.48 33.35 -
YUV 168.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 157 179 146 0.12 0 0.18 0.30 100 0.18 0.64
Hex 9D B3 92 C 0 12 1E 64 12 40
Octal 235 263 222 14 0 22 36 144 22 100
Binary 10011101 10110011 10010010 1100 0 10010 11110 1100100 10010 1000000

Color Harmonies of #9DB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB392

Black with #9DB392

Text Example


Text Example

White with #9DB392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,146); }

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

background-color css

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

 a { background-color: rgb(157,179,146); }

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

border-color css

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

 span { border-color: rgb(157,179,146); }

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