Html Css Color HEX #9DB093 Norway

📋 copy color: '#9DB093'

red 157 ◦ green 176 ◦ blue 147

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

Shades of Norway #9DB093

Tints of Norway #9DB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

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

R = 32.71%
G = 36.67%
B = 30.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#9DB093 (or 0x9DB093) is known color: Norway. HEX triplet: 9D, B0 and 93. RGB value is (157,176,147). Sum of RGB (Red+Green+Blue) = 157+176+147=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB093 is #624F6C. Grayscale: #A7A7A7. Windows color (decimal): -6442861 or 9679005. OLE color: 9679005.

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

Color convert

RGB 157 176 147 -
CMYK 0.11 0 0.16 0.31
HSL 99.31º 0.16% 0.63% -
HSV(B) 99.31º 0.16% 0.69% -
XYZ 34.7 40.33 33.56 -
YUV 167.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 157 176 147 0.11 0 0.16 0.31 99.31 0.16 0.63
Hex 9D B0 93 B 0 10 1F 63 10 3F
Octal 235 260 223 13 0 20 37 143 20 77
Binary 10011101 10110000 10010011 1011 0 10000 11111 1100011 10000 111111

Color Harmonies of #9DB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB093

Black with #9DB093

Text Example


Text Example

White with #9DB093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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