Html Css Color HEX #9EAD83 Norway

📋 copy color: '#9EAD83'

red 158 ◦ green 173 ◦ blue 131

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

Shades of Norway #9EAD83

Tints of Norway #9EAD83

RGB

 RED value IS 158 (62.11% from 255) = 34.2%

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 34.2%
G = 37.45%
B = 28.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#9EAD83 (or 0x9EAD83) is known color: Norway. HEX triplet: 9E, AD and 83. RGB value is (158,173,131). Sum of RGB (Red+Green+Blue) = 158+173+131=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD83 is #61527C. Grayscale: #A3A3A3. Windows color (decimal): -6378109 or 8629662. OLE color: 8629662.

HSL color Cylindrical-coordinate representation of color #9EAD83: hue angle of 81.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EAD83 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 131 -
CMYK 0.09 0 0.24 0.32
HSL 81.43º 0.2% 0.6% -
HSV(B) 81.43º 0.24% 0.68% -
XYZ 33.14 38.79 27.21 -
YUV 163.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 158 173 131 0.09 0 0.24 0.32 81.43 0.2 0.6
Hex 9E AD 83 9 0 18 20 51 14 3C
Octal 236 255 203 11 0 30 40 121 24 74
Binary 10011110 10101101 10000011 1001 0 11000 100000 1010001 10100 111100

Color Harmonies of #9EAD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD83

Black with #9EAD83

Text Example


Text Example

White with #9EAD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,131); }

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

background-color css

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

 a { background-color: rgb(158,173,131); }

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

border-color css

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

 span { border-color: rgb(158,173,131); }

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