Html Css Color HEX #9EBD8D Norway

📋 copy color: '#9EBD8D'

red 158 ◦ green 189 ◦ blue 141

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

Shades of Norway #9EBD8D

Tints of Norway #9EBD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

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

R = 32.38%
G = 38.73%
B = 28.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#9EBD8D (or 0x9EBD8D) is known color: Norway. HEX triplet: 9E, BD and 8D. RGB value is (158,189,141). Sum of RGB (Red+Green+Blue) = 158+189+141=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD8D is #614272. Grayscale: #AEAEAE. Windows color (decimal): -6374003 or 9289118. OLE color: 9289118.

HSL color Cylindrical-coordinate representation of color #9EBD8D: hue angle of 98.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EBD8D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 141 -
CMYK 0.16 0 0.25 0.26
HSL 98.75º 0.27% 0.65% -
HSV(B) 98.75º 0.25% 0.74% -
XYZ 37.11 45.59 32.04 -
YUV 174.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 158 189 141 0.16 0 0.25 0.26 98.75 0.27 0.65
Hex 9E BD 8D 10 0 19 1A 63 1B 41
Octal 236 275 215 20 0 31 32 143 33 101
Binary 10011110 10111101 10001101 10000 0 11001 11010 1100011 11011 1000001

Color Harmonies of #9EBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD8D

Black with #9EBD8D

Text Example


Text Example

White with #9EBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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