#9BB59F

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

Shades of Edward #9BB59F

Tints of Edward #9BB59F

Color information

#9BB59F (or 0x9BB59F) is unknown color: approx Edward. HEX triplet: 9B, B5 and 9F. RGB value is (155,181,159). Sum of RGB (Red+Green+Blue) = 155+181+159=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB59F is #644A60. Grayscale: #AAAAAA. Windows color (decimal): -6572641 or 10466715. OLE color: 10466715.

HSL color Cylindrical-coordinate representation of color #9BB59F: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB59F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB155181159-
CMYK0.1400.120.29
HSL129.23º14.94%65.88%-
HSV(B)129.23º14.36%70.98%-
XYZ36.342.5239.09-
YUV170.72121.39116.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=31.31%
G=36.57%
B=32.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811590.1400.120.29129.2314.9465.88
Hex9BB59FE0C1D81f42
Octal233265237160143520117102
Binary100110111011010110011111111001100111011000000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,159); }

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

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

 a { background-color: rgb(155,181,159); }

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

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

 span { border-color: rgb(155,181,159); }

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