#9BA090

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

Shades of Delta #9BA090

Tints of Delta #9BA090

Color information

#9BA090 (or 0x9BA090) is unknown color: approx Delta. HEX triplet: 9B, A0 and 90. RGB value is (155,160,144). Sum of RGB (Red+Green+Blue) = 155+160+144=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA090 is #645F6F. Grayscale: #9C9C9C. Windows color (decimal): -6578032 or 9478299. OLE color: 9478299.

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

Color convert

RGB155160144-
CMYK0.0300.10.37
HSL78.75º7.77%59.61%-
HSV(B)78.75º10%62.75%-
XYZ31.1234.1231.33-
YUV156.68120.84126.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=33.77%
G=34.86%
B=31.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601440.0300.10.3778.757.7759.61
Hex9BA09030A254f83c
Octal2332402203012451171074
Binary100110111010000010010000110101010010110011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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