#9BA094

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

Shades of Delta #9BA094

Tints of Delta #9BA094

Color information

#9BA094 (or 0x9BA094) is unknown color: approx Delta. HEX triplet: 9B, A0 and 94. RGB value is (155,160,148). Sum of RGB (Red+Green+Blue) = 155+160+148=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA094 is #645F6B. Grayscale: #9D9D9D. Windows color (decimal): -6578028 or 9740443. OLE color: 9740443.

HSL color Cylindrical-coordinate representation of color #9BA094: hue angle of 85º 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 #9BA094 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB155160148-
CMYK0.0300.070.37
HSL85º5.94%60.39%-
HSV(B)85º7.5%62.75%-
XYZ31.4334.2532.97-
YUV157.14122.84126.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=33.48%
G=34.56%
B=31.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601480.0300.070.37855.9460.39
Hex9BA094307255563c
Octal23324022430745125674
Binary1001101110100000100101001101111001011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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