#9BB69E

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

Shades of Edward #9BB69E

Tints of Edward #9BB69E

Color information

#9BB69E (or 0x9BB69E) is unknown color: approx Edward. HEX triplet: 9B, B6 and 9E. RGB value is (155,182,158). Sum of RGB (Red+Green+Blue) = 155+182+158=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB69E is #644961. Grayscale: #ABABAB. Windows color (decimal): -6572386 or 10401435. OLE color: 10401435.

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

Color convert

RGB155182158-
CMYK0.1500.130.29
HSL126.67º15.61%66.08%-
HSV(B)126.67º14.84%71.37%-
XYZ36.4242.8938.71-
YUV171.19120.55116.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=31.31%
G=36.77%
B=31.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821580.1500.130.29126.6715.6166.08
Hex9BB69EF0D1D7f1042
Octal233266236170153517720102
Binary100110111011011010011110111101101111011111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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