#9BA393

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

Shades of Delta #9BA393

Tints of Delta #9BA393

Color information

#9BA393 (or 0x9BA393) is unknown color: approx Delta. HEX triplet: 9B, A3 and 93. RGB value is (155,163,147). Sum of RGB (Red+Green+Blue) = 155+163+147=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA393 is #645C6C. Grayscale: #9E9E9E. Windows color (decimal): -6577261 or 9675675. OLE color: 9675675.

HSL color Cylindrical-coordinate representation of color #9BA393: hue angle of 90º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BA393 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB155163147-
CMYK0.0500.100.36
HSL90º8%60.78%-
HSV(B)90º9.82%63.92%-
XYZ31.8835.2732.73-
YUV158.78121.35125.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=33.33%
G=35.05%
B=31.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631470.0500.100.3690860.78
Hex9BA39350A245a83d
Octal2332432235012441321075
Binary1001101110100011100100111010101010010010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,147); }

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

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

 a { background-color: rgb(155,163,147); }

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

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

 span { border-color: rgb(155,163,147); }

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