#9BA89D

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

Shades of Edward #9BA89D

Tints of Edward #9BA89D

Color information

#9BA89D (or 0x9BA89D) is unknown color: approx Edward. HEX triplet: 9B, A8 and 9D. RGB value is (155,168,157). Sum of RGB (Red+Green+Blue) = 155+168+157=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA89D is #645762. Grayscale: #A2A2A2. Windows color (decimal): -6575971 or 10332315. OLE color: 10332315.

HSL color Cylindrical-coordinate representation of color #9BA89D: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA89D is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB155168157-
CMYK0.0800.070.34
HSL129.23º6.95%63.33%-
HSV(B)129.23º7.74%65.88%-
XYZ33.6137.4137.35-
YUV162.86124.69122.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=32.29%
G=35%
B=32.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681570.0800.070.34129.236.9563.33
Hex9BA89D807228173f
Octal233250235100742201777
Binary1001101110101000100111011000011110001010000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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