#9BA493

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

Shades of Delta #9BA493

Tints of Delta #9BA493

Color information

#9BA493 (or 0x9BA493) is unknown color: approx Delta. HEX triplet: 9B, A4 and 93. RGB value is (155,164,147). Sum of RGB (Red+Green+Blue) = 155+164+147=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA493 is #645B6C. Grayscale: #9F9F9F. Windows color (decimal): -6577005 or 9675931. OLE color: 9675931.

HSL color Cylindrical-coordinate representation of color #9BA493: hue angle of 91.76º degrees, saturation: 0.09, 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 #9BA493 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB155164147-
CMYK0.0500.100.36
HSL91.76º8.54%60.98%-
HSV(B)91.76º10.37%64.31%-
XYZ32.0635.6332.79-
YUV159.37121.02124.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=33.26%
G=35.19%
B=31.55%

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
Decimal1551641470.0500.100.3691.768.5460.98
Hex9BA49350A245c93d
Octal2332442235012441341175
Binary1001101110100100100100111010101010010010111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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