Html Css Color HEX #9DB193 Norway

📋 copy color: '#9DB193'

red 157 ◦ green 177 ◦ blue 147

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

Shades of Norway #9DB193

Tints of Norway #9DB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 147 (57.81% from 255) = 30.56%

R = 32.64%
G = 36.8%
B = 30.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#9DB193 (or 0x9DB193) is known color: Norway. HEX triplet: 9D, B1 and 93. RGB value is (157,177,147). Sum of RGB (Red+Green+Blue) = 157+177+147=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB193 is #624E6C. Grayscale: #A7A7A7. Windows color (decimal): -6442605 or 9679261. OLE color: 9679261.

HSL color Cylindrical-coordinate representation of color #9DB193: hue angle of 100º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB193 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 147 -
CMYK 0.11 0 0.17 0.31
HSL 100º 0.16% 0.64% -
HSV(B) 100º 0.17% 0.69% -
XYZ 34.89 40.72 33.62 -
YUV 167.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 157 177 147 0.11 0 0.17 0.31 100 0.16 0.64
Hex 9D B1 93 B 0 11 1F 64 10 40
Octal 235 261 223 13 0 21 37 144 20 100
Binary 10011101 10110001 10010011 1011 0 10001 11111 1100100 10000 1000000

Color Harmonies of #9DB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB193

Black with #9DB193

Text Example


Text Example

White with #9DB193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,177,147); }

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

background-color css

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

 a { background-color: rgb(157,177,147); }

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

border-color css

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

 span { border-color: rgb(157,177,147); }

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