#9BA390

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

Shades of Delta #9BA390

Tints of Delta #9BA390

Color information

#9BA390 (or 0x9BA390) is unknown color: approx Delta. HEX triplet: 9B, A3 and 90. RGB value is (155,163,144). Sum of RGB (Red+Green+Blue) = 155+163+144=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA390 is #645C6F. Grayscale: #9E9E9E. Windows color (decimal): -6577264 or 9479067. OLE color: 9479067.

HSL color Cylindrical-coordinate representation of color #9BA390: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA390 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB155163144-
CMYK0.0500.120.36
HSL85.26º9.36%60.2%-
HSV(B)85.26º11.66%63.92%-
XYZ31.6535.1831.51-
YUV158.44119.85125.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=33.55%
G=35.28%
B=31.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631440.0500.120.3685.269.3660.2
Hex9BA39050C245593c
Octal2332432205014441251174
Binary1001101110100011100100001010110010010010101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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