Html Css Color HEX #9EB8B0 Shadow Green

📋 copy color: '#9EB8B0'

red 158 ◦ green 184 ◦ blue 176

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

Shades of Shadow Green #9EB8B0

Tints of Shadow Green #9EB8B0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 30.5%
G = 35.52%
B = 33.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#9EB8B0 (or 0x9EB8B0) is known color: Shadow Green. HEX triplet: 9E, B8 and B0. RGB value is (158,184,176). Sum of RGB (Red+Green+Blue) = 158+184+176=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB8B0 is #61474F. Grayscale: #AFAFAF. Windows color (decimal): -6375248 or 11581598. OLE color: 11581598.

HSL color Cylindrical-coordinate representation of color #9EB8B0: hue angle of 161.54º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB8B0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 184 176 -
CMYK 0.14 0 0.04 0.28
HSL 161.54º 0.15% 0.67% -
HSV(B) 161.54º 0.14% 0.72% -
XYZ 39.08 44.68 47.64 -
YUV 175.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 158 184 176 0.14 0 0.04 0.28 161.54 0.15 0.67
Hex 9E B8 B0 E 0 4 1C A2 F 43
Octal 236 270 260 16 0 4 34 242 17 103
Binary 10011110 10111000 10110000 1110 0 100 11100 10100010 1111 1000011

Color Harmonies of #9EB8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB8B0

Black with #9EB8B0

Text Example


Text Example

White with #9EB8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,184,176); }

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

background-color css

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

 a { background-color: rgb(158,184,176); }

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

border-color css

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

 span { border-color: rgb(158,184,176); }

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