Html Css Color HEX #9EAB8D Norway

📋 copy color: '#9EAB8D'

red 158 ◦ green 171 ◦ blue 141

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

Shades of Norway #9EAB8D

Tints of Norway #9EAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 141 (55.47% from 255) = 30%

R = 33.62%
G = 36.38%
B = 30%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9EAB8D (or 0x9EAB8D) is known color: Norway. HEX triplet: 9E, AB and 8D. RGB value is (158,171,141). Sum of RGB (Red+Green+Blue) = 158+171+141=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB8D is #615472. Grayscale: #A3A3A3. Windows color (decimal): -6378611 or 9284510. OLE color: 9284510.

HSL color Cylindrical-coordinate representation of color #9EAB8D: hue angle of 86º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EAB8D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 171 141 -
CMYK 0.08 0 0.18 0.33
HSL 86º 0.15% 0.61% -
HSV(B) 86º 0.18% 0.67% -
XYZ 33.47 38.32 30.83 -
YUV 163.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 158 171 141 0.08 0 0.18 0.33 86 0.15 0.61
Hex 9E AB 8D 8 0 12 21 56 F 3D
Octal 236 253 215 10 0 22 41 126 17 75
Binary 10011110 10101011 10001101 1000 0 10010 100001 1010110 1111 111101

Color Harmonies of #9EAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAB8D

Black with #9EAB8D

Text Example


Text Example

White with #9EAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,171,141); }

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

background-color css

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

 a { background-color: rgb(158,171,141); }

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

border-color css

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

 span { border-color: rgb(158,171,141); }

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