Html Css Color HEX #9EBEBD Jungle Mist

📋 copy color: '#9EBEBD'

red 158 ◦ green 190 ◦ blue 189

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

Shades of Jungle Mist #9EBEBD

Tints of Jungle Mist #9EBEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 29.42%
G = 35.38%
B = 35.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#9EBEBD (or 0x9EBEBD) is known color: Jungle Mist. HEX triplet: 9E, BE and BD. RGB value is (158,190,189). Sum of RGB (Red+Green+Blue) = 158+190+189=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEBD is #614142. Grayscale: #B4B4B4. Windows color (decimal): -6373699 or 12435102. OLE color: 12435102.

HSL color Cylindrical-coordinate representation of color #9EBEBD: hue angle of 178.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEBD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 190 189 -
CMYK 0.17 0 0.01 0.25
HSL 178.13º 0.2% 0.68% -
HSV(B) 178.13º 0.17% 0.75% -
XYZ 41.7 47.77 55.17 -
YUV 180.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 158 190 189 0.17 0 0.01 0.25 178.13 0.2 0.68
Hex 9E BE BD 11 0 1 19 B2 14 44
Octal 236 276 275 21 0 1 31 262 24 104
Binary 10011110 10111110 10111101 10001 0 1 11001 10110010 10100 1000100

Color Harmonies of #9EBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBEBD

Black with #9EBEBD

Text Example


Text Example

White with #9EBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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