#9BA093

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

Shades of Delta #9BA093

Tints of Delta #9BA093

Color information

#9BA093 (or 0x9BA093) is unknown color: approx Delta. HEX triplet: 9B, A0 and 93. RGB value is (155,160,147). Sum of RGB (Red+Green+Blue) = 155+160+147=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA093 is #645F6C. Grayscale: #9D9D9D. Windows color (decimal): -6578029 or 9674907. OLE color: 9674907.

HSL color Cylindrical-coordinate representation of color #9BA093: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA093 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB155160147-
CMYK0.0300.080.37
HSL83.08º6.4%60.2%-
HSV(B)83.08º8.12%62.75%-
XYZ31.3534.2232.56-
YUV157.02122.34126.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=33.55%
G=34.63%
B=31.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601470.0300.080.3783.086.460.2
Hex9BA093308255363c
Octal233240223301045123674
Binary10011011101000001001001111010001001011010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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