#9BB39E

Color #9BB39E Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #9BB39E

Tints of Edward #9BB39E

Color information

#9BB39E (or 0x9BB39E) is unknown color: approx Edward. HEX triplet: 9B, B3 and 9E. RGB value is (155,179,158). Sum of RGB (Red+Green+Blue) = 155+179+158=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB39E is #644C61. Grayscale: #A9A9A9. Windows color (decimal): -6573154 or 10400667. OLE color: 10400667.

HSL color Cylindrical-coordinate representation of color #9BB39E: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BB39E is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB155179158-
CMYK0.1300.120.30
HSL127.5º13.64%65.49%-
HSV(B)127.5º13.41%70.2%-
XYZ35.8141.6838.5-
YUV169.43121.55117.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=31.50%
G=36.38%
B=32.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551791580.1300.120.30127.513.6465.49
Hex9BB39ED0C1E7fe41
Octal233263236150143617716101
Binary10011011101100111001111011010110011110111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,158); }

 H1.HeaderClassName
 {
   color: #9BB39E;
 }
 .AnyTagClassName
 {
   color: #9BB39E;
 }
</style>
background-color css

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

 a { background-color: rgb(155,179,158); }

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

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

 span { border-color: rgb(155,179,158); }

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