#9BB29D

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

Shades of Edward #9BB29D

Tints of Edward #9BB29D

Color information

#9BB29D (or 0x9BB29D) is unknown color: approx Edward. HEX triplet: 9B, B2 and 9D. RGB value is (155,178,157). Sum of RGB (Red+Green+Blue) = 155+178+157=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB29D is #644D62. Grayscale: #A8A8A8. Windows color (decimal): -6573411 or 10334875. OLE color: 10334875.

HSL color Cylindrical-coordinate representation of color #9BB29D: hue angle of 125.22º degrees, saturation: 0.13, 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 #9BB29D is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB155178157-
CMYK0.1300.120.30
HSL125.22º12.99%65.29%-
HSV(B)125.22º12.92%69.8%-
XYZ35.5241.2437.99-
YUV168.73121.38118.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=31.63%
G=36.33%
B=32.04%

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
Decimal1551781570.1300.120.30125.2212.9965.29
Hex9BB29DD0C1E7dd41
Octal233262235150143617515101
Binary10011011101100101001110111010110011110111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,157); }

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

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

 a { background-color: rgb(155,178,157); }

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

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

 span { border-color: rgb(155,178,157); }

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