Html Css Color HEX #9EBDB4 Shadow Green

📋 copy color: '#9EBDB4'

red 158 ◦ green 189 ◦ blue 180

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

Shades of Shadow Green #9EBDB4

Tints of Shadow Green #9EBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 29.98%
G = 35.86%
B = 34.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#9EBDB4 (or 0x9EBDB4) is known color: Shadow Green. HEX triplet: 9E, BD and B4. RGB value is (158,189,180). Sum of RGB (Red+Green+Blue) = 158+189+180=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDB4 is #61424B. Grayscale: #B2B2B2. Windows color (decimal): -6373964 or 11845022. OLE color: 11845022.

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

Color convert

RGB 158 189 180 -
CMYK 0.16 0 0.05 0.26
HSL 162.58º 0.19% 0.68% -
HSV(B) 162.58º 0.16% 0.74% -
XYZ 40.54 46.96 50.11 -
YUV 178.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 158 189 180 0.16 0 0.05 0.26 162.58 0.19 0.68
Hex 9E BD B4 10 0 5 1A A3 13 44
Octal 236 275 264 20 0 5 32 243 23 104
Binary 10011110 10111101 10110100 10000 0 101 11010 10100011 10011 1000100

Color Harmonies of #9EBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDB4

Black with #9EBDB4

Text Example


Text Example

White with #9EBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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