#9BA690

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

Shades of Delta #9BA690

Tints of Delta #9BA690

Color information

#9BA690 (or 0x9BA690) is unknown color: approx Delta. HEX triplet: 9B, A6 and 90. RGB value is (155,166,144). Sum of RGB (Red+Green+Blue) = 155+166+144=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA690 is #64596F. Grayscale: #A0A0A0. Windows color (decimal): -6576496 or 9479835. OLE color: 9479835.

HSL color Cylindrical-coordinate representation of color #9BA690: hue angle of 90º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BA690 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB155166144-
CMYK0.0700.130.35
HSL90º11%60.78%-
HSV(B)90º13.25%65.1%-
XYZ32.1936.2531.69-
YUV160.2118.86124.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=33.33%
G=35.70%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661440.0700.130.35901160.78
Hex9BA69070D235ab3d
Octal2332462207015431321375
Binary1001101110100110100100001110110110001110110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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